aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/youri-check/manifests/init.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp
index 2d9ed37c..b194434d 100644
--- a/modules/youri-check/manifests/init.pp
+++ b/modules/youri-check/manifests/init.pp
@@ -40,7 +40,6 @@ class youri-check {
cron { 'check':
command => "youri-check -c $config test",
- hour => [0, 6, 12, 18],
minute => 4,
user => "$user",
}
@@ -59,8 +58,7 @@ class youri-check {
cron { 'check':
command => "youri-check -c $config report",
- hour => [1, 7, 13, 19],
- minute => 0,
+ minute => 10,
user => "$user",
}