aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2016-09-23 08:12:29 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2016-09-23 08:12:29 +0200
commit4d9dd1238b5dbe80a8fa4b9f4870a88c993dca83 (patch)
tree30dd25a3c8a1e602d6293908224124e9b20a09c0 /deployment
parentc59e3f4b6d772a051a2b2f25ef9542ba9a552f8c (diff)
downloadpuppet-4d9dd1238b5dbe80a8fa4b9f4870a88c993dca83.tar
puppet-4d9dd1238b5dbe80a8fa4b9f4870a88c993dca83.tar.gz
puppet-4d9dd1238b5dbe80a8fa4b9f4870a88c993dca83.tar.bz2
puppet-4d9dd1238b5dbe80a8fa4b9f4870a88c993dca83.tar.xz
puppet-4d9dd1238b5dbe80a8fa4b9f4870a88c993dca83.zip
Remove rabbit now that gnome is done
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 487dada0..caf665c0 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', 'rabbit1' ],
- 'x86_64' => [ 'ecosse0', 'ecosse1', 'rabbit0', 'rabbit1' ],
+ 'i586' => [ 'ecosse0', 'ecosse1' ],
+ 'x86_64' => [ 'ecosse0', 'ecosse1' ],
'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ],
'armv7hl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ],
},