Migrate db for antagning

This commit is contained in:
Micke Nordin 2023-03-13 12:56:42 +01:00
parent abd56622e7
commit 76a928c060
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 = $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}"