use quotes
This commit is contained in:
parent
0c8cf318a7
commit
6fd0b271e2
1 changed files with 8 additions and 8 deletions
|
@ -240,14 +240,14 @@ class mastodon (
|
|||
require => File['/usr/local/bin/install_mastodon.sh'],
|
||||
}
|
||||
$built_config = {
|
||||
LOCAL_DOMAIN => $hostname,
|
||||
DB_PASS => $db_password,
|
||||
DB_USER => $db_user,
|
||||
DB_NAME => $db_name,
|
||||
DB_PORT => $db_port,
|
||||
DB_HOST => $db_host,
|
||||
SECRET_KEY_BASE => $secret_key_base,
|
||||
OTP_SECRET => $otp_secret,
|
||||
'LOCAL_DOMAIN' => $hostname,
|
||||
'DB_PASS' => $db_password,
|
||||
'DB_USER' => $db_user,
|
||||
'DB_NAME' => $db_name,
|
||||
'DB_PORT' => $db_port,
|
||||
'DB_HOST' => $db_host,
|
||||
'SECRET_KEY_BASE' => $secret_key_base,
|
||||
'OTP_SECRET' => $otp_secret,
|
||||
}
|
||||
$real_config = $mastodon_config + $built_config
|
||||
file { "${mastodon_home}/live/.env.production":
|
||||
|
|
Loading…
Reference in a new issue