Move all test to multinode-db

This commit is contained in:
Micke Nordin 2023-03-13 13:05:18 +01:00
parent 76a928c060
commit 09e8655a08
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -213,7 +213,7 @@ MACAddressPolicy=none'
$customer_config_full = hiera_hash($customer) $customer_config_full = hiera_hash($customer)
$customer_config = $customer_config_full[$environment] $customer_config = $customer_config_full[$environment]
if $customer in ['antagning','vr'] and $environment == 'test' { if $environment == 'test' {
$dbhost = 'proxysql_proxysql_1' $dbhost = 'proxysql_proxysql_1'
$dbname = "nextcloud_${customer}" $dbname = "nextcloud_${customer}"
$dbuser = "nextcloud_${customer}" $dbuser = "nextcloud_${customer}"