diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-09-23 08:12:29 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-09-23 08:12:29 +0200 |
commit | 4d9dd1238b5dbe80a8fa4b9f4870a88c993dca83 (patch) | |
tree | 30dd25a3c8a1e602d6293908224124e9b20a09c0 /deployment | |
parent | c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c (diff) | |
download | puppet-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.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 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' ], }, |