Move all test to multinode-db
This commit is contained in:
parent
76a928c060
commit
09e8655a08
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ MACAddressPolicy=none'
|
|||
$customer_config_full = hiera_hash($customer)
|
||||
$customer_config = $customer_config_full[$environment]
|
||||
|
||||
if $customer in ['antagning','vr'] and $environment == 'test' {
|
||||
if $environment == 'test' {
|
||||
$dbhost = 'proxysql_proxysql_1'
|
||||
$dbname = "nextcloud_${customer}"
|
||||
$dbuser = "nextcloud_${customer}"
|
||||
|
|
Loading…
Add table
Reference in a new issue