fixed the puppet resource for cronjob

This commit is contained in:
Maria Haider 2021-11-23 12:59:01 +01:00
parent 94448e3d4b
commit 28e97ac396
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -345,6 +345,7 @@ class eidas_de_middleware_hsm($version="110-fixes-sc-p11",$hostname='localhost')
#temp solution
sunet::scriptherder::cronjob { 'reboot_demw_application':
cmd => 'service docker-eidas-demw restart',
minute => '0',
hour => '7',
ok_criteria => ['exit_status=0', 'max_age=25h'],
warn_criteria => ['exit_status=0', 'max_age=49h'],