Compare commits

..

No commits in common. "0837f82d87544f67f2b383bc51d62d21c95ed24c" and "922de25fd845bebdc0a160e7b4697392f28fd81b" have entirely different histories.

View file

@ -256,11 +256,7 @@ MACAddressPolicy=none'
$mail_from_address = hiera("mail_from_address_${environment}") $mail_from_address = hiera("mail_from_address_${environment}")
$mail_smtphost = hiera("mail_smtphost_${environment}") $mail_smtphost = hiera("mail_smtphost_${environment}")
$nextcloud_log_path ="/opt/multinode/${customer}/nextcloud.log" $nextcloud_log_path ="/opt/multinode/${customer}/nextcloud.log"
if $customer_config['nextcloud_version'] { $nextcloud_version = hiera("nextcloud_version_${environment}")
$nextcloud_version = $customer_config['nextcloud_version']
} else {
$nextcloud_version = hiera("nextcloud_version_${environment}")
}
$nextcloud_version_string = split($nextcloud_version, '[-]')[0] $nextcloud_version_string = split($nextcloud_version, '[-]')[0]
$rclone_conf_path = "/opt/multinode/${customer}/rclone.conf" $rclone_conf_path = "/opt/multinode/${customer}/rclone.conf"
$redis_conf_dir = "/opt/multinode/${customer}/server" $redis_conf_dir = "/opt/multinode/${customer}/server"