aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-01-08 05:28:44 +0000
committerThomas Backlund <tmb@mageia.org>2012-01-08 05:28:44 +0000
commite5cc799a00a9bc77859f341c2e74358a801006f6 (patch)
treee988e46ebf12ef616b9bef1736c34a791babb05f /modules/buildsystem
parent4995cbb7b779c94706396ef662dea99649870730 (diff)
downloadpuppet-e5cc799a00a9bc77859f341c2e74358a801006f6.tar
puppet-e5cc799a00a9bc77859f341c2e74358a801006f6.tar.gz
puppet-e5cc799a00a9bc77859f341c2e74358a801006f6.tar.bz2
puppet-e5cc799a00a9bc77859f341c2e74358a801006f6.tar.xz
puppet-e5cc799a00a9bc77859f341c2e74358a801006f6.zip
move 'include buildsystem::signbot' before 'include youri_submit' to 'fix class buildsystem::signbot has not been evaluated'
Diffstat (limited to 'modules/buildsystem')
-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 e7e63c89..a46dcd63 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -82,9 +82,9 @@ class buildsystem {
include scheduler
include gatherer
include buildsystem::mgarepo
+ include buildsystem::signbot
include youri_submit
include buildsystem::check_missing_deps
- include buildsystem::signbot
cron { "dispatch jobs":
user => $sched_login,