aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 14:47:03 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 14:47:03 +0000
commitf1b0489d4023da5a5b48ea07f09d3fd1f25da9c8 (patch)
tree3f8fb7a51bd3231c2d18cae5eb24a5d86cd4bab3 /modules/buildsystem/manifests/init.pp
parentb00e5eabd90a8dee1278c30628e976af95bb562b (diff)
downloadpuppet-f1b0489d4023da5a5b48ea07f09d3fd1f25da9c8.tar
puppet-f1b0489d4023da5a5b48ea07f09d3fd1f25da9c8.tar.gz
puppet-f1b0489d4023da5a5b48ea07f09d3fd1f25da9c8.tar.bz2
puppet-f1b0489d4023da5a5b48ea07f09d3fd1f25da9c8.tar.xz
puppet-f1b0489d4023da5a5b48ea07f09d3fd1f25da9c8.zip
run the dispatch job every minutes, ( ie, no need to wait 1 minute for nothing )
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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 => "*",
}
}