diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-07-01 23:59:13 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-07-01 23:59:13 +0300 |
commit | 1f42dce7059a179671f8c04d0b5af65fba750f2f (patch) | |
tree | b50b081c36e4c05d8c04fbc6083c2d874b35e858 /deployment/mga_buildsystem | |
parent | 52d8c824cb0511db565acbc7e94f20d7cb3157e0 (diff) | |
download | puppet-1f42dce7059a179671f8c04d0b5af65fba750f2f.tar puppet-1f42dce7059a179671f8c04d0b5af65fba750f2f.tar.gz puppet-1f42dce7059a179671f8c04d0b5af65fba750f2f.tar.bz2 puppet-1f42dce7059a179671f8c04d0b5af65fba750f2f.tar.xz puppet-1f42dce7059a179671f8c04d0b5af65fba750f2f.zip |
disable rabbit again
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
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}", |