aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check/manifests/init.pp
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-04-10 23:33:00 +0000
committerPascal Terjan <pterjan@mageia.org>2011-04-10 23:33:00 +0000
commitd7cdad3f4d8b423a1ff13fcdfb6dde3fca06ccda (patch)
treea32e5645af75c4c9bcbcf25cb9f32e2c57eca9f4 /modules/youri-check/manifests/init.pp
parent8490750b1dbe5624c5af3e77bfa2414df5c7ad4b (diff)
downloadpuppet-d7cdad3f4d8b423a1ff13fcdfb6dde3fca06ccda.tar
puppet-d7cdad3f4d8b423a1ff13fcdfb6dde3fca06ccda.tar.gz
puppet-d7cdad3f4d8b423a1ff13fcdfb6dde3fca06ccda.tar.bz2
puppet-d7cdad3f4d8b423a1ff13fcdfb6dde3fca06ccda.tar.xz
puppet-d7cdad3f4d8b423a1ff13fcdfb6dde3fca06ccda.zip
Give more time to the checks now that there is a long one
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",
}