diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-04-10 23:33:00 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-04-10 23:33:00 +0000 |
commit | d7cdad3f4d8b423a1ff13fcdfb6dde3fca06ccda (patch) | |
tree | a32e5645af75c4c9bcbcf25cb9f32e2c57eca9f4 /modules/youri-check | |
parent | 8490750b1dbe5624c5af3e77bfa2414df5c7ad4b (diff) | |
download | puppet-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')
-rw-r--r-- | modules/youri-check/manifests/init.pp | 2 |
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", } |