Compare commits

..

No commits in common. "01fc5a9e8601f88960b300e35e8b1588688f32ca" and "4a8a4d642cb3ac875fa9b17c9a59ac54209a3b1d" have entirely different histories.

View file

@ -231,11 +231,7 @@ MACAddressPolicy=none'
$trusted_proxies = ['lb1.drive.sunet.se','lb2.drive.sunet.se', 'lb3.drive.sunet.se', 'lb4.drive.sunet.se']
} else {
if 'primary_bucket' in $customer_config.keys() {
$s3_bucket = $customer_config['primary_bucket']
} else {
$s3_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"]