diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-12-09 21:37:48 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-12-09 21:37:48 +0200 |
commit | 83b694e85ba7f2f8023457bf14d09aa79509a77c (patch) | |
tree | 53def6f5937fdddb6c9e6d6e777b4a82518e2234 /deployment | |
parent | ecbbb693f4e6de9355dbf7402bc0838c5bfb3007 (diff) | |
download | puppet-83b694e85ba7f2f8023457bf14d09aa79509a77c.tar puppet-83b694e85ba7f2f8023457bf14d09aa79509a77c.tar.gz puppet-83b694e85ba7f2f8023457bf14d09aa79509a77c.tar.bz2 puppet-83b694e85ba7f2f8023457bf14d09aa79509a77c.tar.xz puppet-83b694e85ba7f2f8023457bf14d09aa79509a77c.zip |
free up rabbit for iso-builders
Diffstat (limited to 'deployment')
-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 6859367f..aa7194b6 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -25,8 +25,8 @@ class mga_buildsystem::config { class { 'buildsystem::var::scheduler' : admin_mail => "sysadmin@group.${::domain}", build_nodes => { - 'i586' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ], - 'x86_64' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ], + 'i586' => [ 'ecosse0', 'ecosse1' ], + 'x86_64' => [ 'ecosse0', 'ecosse1' ], 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6' ], 'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armada' ], }, |