Fix syntax error

This commit is contained in:
Micke Nordin 2023-04-24 10:50:47 +02:00
parent 165415b725
commit 1632657f46
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -113,7 +113,7 @@ class sunetdrive::multinode (
}
sunet::scriptherder::cronjob { 'prune_non_paying':
cmd => '/usr/local/bin/restart_and_prune',
day => '1-6'
day => '1-6',
hour => '2',
minute => '45',
ok_criteria => ['exit_status=0','max_age=3d'],
@ -121,7 +121,7 @@ class sunetdrive::multinode (
}
sunet::scriptherder::cronjob { 'prune_all_paying':
cmd => '/usr/local/bin/restart_and_prune include_paying',
day => '0'
day => '0',
hour => '2',
minute => '45',
ok_criteria => ['exit_status=0','max_age=7d'],