diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-01-08 05:28:44 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-01-08 05:28:44 +0000 |
commit | e5cc799a00a9bc77859f341c2e74358a801006f6 (patch) | |
tree | e988e46ebf12ef616b9bef1736c34a791babb05f | |
parent | 4995cbb7b779c94706396ef662dea99649870730 (diff) | |
download | puppet-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'
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 2 |
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, |