aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/youri-check/manifests/init.pp')
-rw-r--r--modules/youri-check/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp
index d31473cd..3201e400 100644
--- a/modules/youri-check/manifests/init.pp
+++ b/modules/youri-check/manifests/init.pp
@@ -61,7 +61,7 @@ class youri-check {
cron { 'check':
command => "youri-check -c $config report",
hour => "*",
- minute => 10,
+ minute => 24,
user => "$user",
}