From f7bde77be3b10bdd5141adeccdabcad86dd41869 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 21 Jun 2011 12:31:03 +0000 Subject: only update dashboard one time every two hours (not every minutes) --- modules/dashboard/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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', } } } -- cgit v1.2.1