Fix type issue
This commit is contained in:
parent
99a93ec9be
commit
8443f738cc
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,6 @@ class sunetdrive::multinode (
|
|||
}
|
||||
$php_memory_limit_mb = 512
|
||||
$nodenumber = $::fqdn[9,1]
|
||||
notice("NODENUMBER: ${nodenumber}")
|
||||
$customers = $tempcustomers - nil
|
||||
$passwords = $customers.map | $index, $customer | {
|
||||
hiera("${customer}_mysql_user_password")
|
||||
|
@ -183,7 +182,7 @@ MACAddressPolicy=none'
|
|||
hour => '0',
|
||||
weekday => '0',
|
||||
}
|
||||
if $nodenumber == 2 {
|
||||
if $nodenumber == '2' {
|
||||
cron { 'add_back_bucket_for_karin_nordgren':
|
||||
command => '(/usr/local/bin/occ nextcloud-kmh_app_1 files_external:list karin_nordgren@kmh.se && /home/script/bin/create_bucket.sh nextcloud-kmh_app_1 karin_nordgren@kmh.se karin-nordgren-drive-sunet-se) || /bin/true',
|
||||
user => 'root',
|
||||
|
|
Loading…
Add table
Reference in a new issue