aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-12-11 12:14:21 +0200
committerThomas Backlund <tmb@mageia.org>2016-12-11 12:14:21 +0200
commitff753b64bdc17e70e3d449edf32fdc8338397f1b (patch)
tree4dda9136a41d7734c62df88ed19fac74224b696c /deployment
parent83b694e85ba7f2f8023457bf14d09aa79509a77c (diff)
downloadpuppet-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.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 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' ],
},