Fix syntax
This commit is contained in:
parent
df4fe9985b
commit
4a8a4d642c
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ MACAddressPolicy=none'
|
|||
$trusted_proxies = ['lb1.drive.sunet.se','lb2.drive.sunet.se', 'lb3.drive.sunet.se', 'lb4.drive.sunet.se']
|
||||
} else {
|
||||
|
||||
$s3_bucket = pick($customer_config["primary_bucket"],"primary-${customer}-${environment}.sunet.se"]})
|
||||
$s3_bucket = pick($customer_config["primary_bucket"],"primary-${customer}-${environment}.sunet.se")
|
||||
$site_name = "${customer}.drive.${environment}.sunet.se"
|
||||
$trusted_proxies = ["lb1.drive.${environment}.sunet.se","lb2.drive.${environment}.sunet.se",
|
||||
"lb3.drive.${environment}.sunet.se","lb4.drive.${environment}.sunet.se"]
|
||||
|
|
Loading…
Add table
Reference in a new issue