diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-06-21 12:31:03 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-06-21 12:31:03 +0000 |
commit | f7bde77be3b10bdd5141adeccdabcad86dd41869 (patch) | |
tree | 20f7c09c89bbc23b6c365544fde07b29c780d395 /modules/dashboard | |
parent | cc1b4351781daaf90c997b88140a3c5b2b07a677 (diff) | |
download | puppet-f7bde77be3b10bdd5141adeccdabcad86dd41869.tar puppet-f7bde77be3b10bdd5141adeccdabcad86dd41869.tar.gz puppet-f7bde77be3b10bdd5141adeccdabcad86dd41869.tar.bz2 puppet-f7bde77be3b10bdd5141adeccdabcad86dd41869.tar.xz puppet-f7bde77be3b10bdd5141adeccdabcad86dd41869.zip |
only update dashboard one time every two hours (not every minutes)
Diffstat (limited to 'modules/dashboard')
-rw-r--r-- | modules/dashboard/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dashboard/manifests/init.pp b/modules/dashboard/manifests/init.pp index 1c89b2f7..6de55341 100644 --- a/modules/dashboard/manifests/init.pp +++ b/modules/dashboard/manifests/init.pp @@ -54,6 +54,7 @@ class dashboard { command => "$dashboard_bindir/make_report", user => $dashboard_login, hour => "*/2", + minute => '15', } } } |