diff options
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index a53682de..6b8fcb80 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -77,11 +77,11 @@ class buildsystem { include youri_submit include buildsystem::check_missing_deps - cron { "dispatch jobs": - user => $sched_login, - command => "emi ; ulri", - minute => "*", - } +# cron { "dispatch jobs": +# user => $sched_login, +# command => "emi ; ulri", +# minute => "*", +# } } class buildnode inherits base { |