Fix syntax error
This commit is contained in:
parent
165415b725
commit
1632657f46
1 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue