changed the hour for cronjob

This commit is contained in:
Maria Haider 2021-11-25 10:06:27 +01:00
parent 6114a1976d
commit aa0426eb4c
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

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