aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-07-01 23:59:13 +0300
committerThomas Backlund <tmb@mageia.org>2014-07-01 23:59:13 +0300
commit1f42dce7059a179671f8c04d0b5af65fba750f2f (patch)
treeb50b081c36e4c05d8c04fbc6083c2d874b35e858 /deployment
parent52d8c824cb0511db565acbc7e94f20d7cb3157e0 (diff)
downloadpuppet-1f42dce7059a179671f8c04d0b5af65fba750f2f.tar
puppet-1f42dce7059a179671f8c04d0b5af65fba750f2f.tar.gz
puppet-1f42dce7059a179671f8c04d0b5af65fba750f2f.tar.bz2
puppet-1f42dce7059a179671f8c04d0b5af65fba750f2f.tar.xz
puppet-1f42dce7059a179671f8c04d0b5af65fba750f2f.zip
disable rabbit again
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index a9a3e929..e4375296 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -18,8 +18,8 @@ class mga_buildsystem::config {
class { 'buildsystem::var::scheduler' :
admin_mail => 'sysadmin@group.mageia.org',
build_nodes => {
- 'i586' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ],
- 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1', 'ecosse1' ],
+ 'i586' => [ 'ecosse0', 'ecosse1' ],
+ 'x86_64' => [ 'ecosse1', 'ecosse0' ],
},
build_nodes_aliases => {
'jonund0' => "jonund.${::domain}",