fixed the puppet resource for cronjob
This commit is contained in:
parent
94448e3d4b
commit
28e97ac396
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ class eidas_de_middleware_hsm($version="110-fixes-sc-p11",$hostname='localhost')
|
||||||
#temp solution
|
#temp solution
|
||||||
sunet::scriptherder::cronjob { 'reboot_demw_application':
|
sunet::scriptherder::cronjob { 'reboot_demw_application':
|
||||||
cmd => 'service docker-eidas-demw restart',
|
cmd => 'service docker-eidas-demw restart',
|
||||||
|
minute => '0',
|
||||||
hour => '7',
|
hour => '7',
|
||||||
ok_criteria => ['exit_status=0', 'max_age=25h'],
|
ok_criteria => ['exit_status=0', 'max_age=25h'],
|
||||||
warn_criteria => ['exit_status=0', 'max_age=49h'],
|
warn_criteria => ['exit_status=0', 'max_age=49h'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue