diff options
Diffstat (limited to 'modules/youri-check/manifests/init.pp')
-rw-r--r-- | modules/youri-check/manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index b194434d..c2dab55c 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -40,6 +40,7 @@ class youri-check { cron { 'check': command => "youri-check -c $config test", + hour => "*", minute => 4, user => "$user", } @@ -58,6 +59,7 @@ class youri-check { cron { 'check': command => "youri-check -c $config report", + hour => "*", minute => 10, user => "$user", } |