Migrate db for antagning
This commit is contained in:
parent
abd56622e7
commit
76a928c060
|
@ -213,7 +213,7 @@ MACAddressPolicy=none'
|
|||
$customer_config_full = hiera_hash($customer)
|
||||
$customer_config = $customer_config_full[$environment]
|
||||
|
||||
if $customer in ['vr'] and $environment == 'test' {
|
||||
if $customer in ['antagning','vr'] and $environment == 'test' {
|
||||
$dbhost = 'proxysql_proxysql_1'
|
||||
$dbname = "nextcloud_${customer}"
|
||||
$dbuser = "nextcloud_${customer}"
|
||||
|
|
Loading…
Reference in a new issue