aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2016-09-22 22:20:34 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2016-09-22 22:20:34 +0200
commitc59e3f4b6d772a051a2b2f25ef9542ba9a552f8c (patch)
treec0c96acb182948a7b9671b3e1408532a3b283908 /deployment/mga_buildsystem
parent110f228ccb948b8ef39e00ff509d00bf0ea2c13c (diff)
downloadpuppet-c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c.tar
puppet-c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c.tar.gz
puppet-c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c.tar.bz2
puppet-c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c.tar.xz
puppet-c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c.zip
Enable rabbit1 during gnome update
Diffstat (limited to 'deployment/mga_buildsystem')
-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 5e1c9cf6..487dada0 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', 'rabbit0' ],
- 'x86_64' => [ 'ecosse0', 'ecosse1', 'rabbit0' ],
+ 'i586' => [ 'ecosse0', 'ecosse1', 'rabbit0', 'rabbit1' ],
+ 'x86_64' => [ 'ecosse0', 'ecosse1', 'rabbit0', 'rabbit1' ],
'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ],
'armv7hl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ],
},