From f1b0489d4023da5a5b48ea07f09d3fd1f25da9c8 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 8 Jan 2012 14:47:03 +0000 Subject: run the dispatch job every minutes, ( ie, no need to wait 1 minute for nothing ) --- modules/buildsystem/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 568eb7a1..06398fb0 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -89,7 +89,7 @@ class buildsystem { cron { "dispatch jobs": user => $sched_login, command => "emi ; ulri", - minute => "*/2", + minute => "*", } } -- cgit v1.2.1