diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-12-11 12:14:21 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-12-11 12:14:21 +0200 |
commit | ff753b64bdc17e70e3d449edf32fdc8338397f1b (patch) | |
tree | 4dda9136a41d7734c62df88ed19fac74224b696c /deployment | |
parent | 83b694e85ba7f2f8023457bf14d09aa79509a77c (diff) | |
download | puppet-ff753b64bdc17e70e3d449edf32fdc8338397f1b.tar puppet-ff753b64bdc17e70e3d449edf32fdc8338397f1b.tar.gz puppet-ff753b64bdc17e70e3d449edf32fdc8338397f1b.tar.bz2 puppet-ff753b64bdc17e70e3d449edf32fdc8338397f1b.tar.xz puppet-ff753b64bdc17e70e3d449edf32fdc8338397f1b.zip |
enable rabbit
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 aa7194b6..6859367f 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', 'ecosse1' ], - 'x86_64' => [ 'ecosse0', 'ecosse1' ], + 'i586' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ], + 'x86_64' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ], 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6' ], 'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armada' ], }, |