diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-11-06 18:11:05 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-11-06 18:11:15 +0100 |
commit | db49cd1949488dc6c91c107896538bd140fb8cde (patch) | |
tree | 4f01450c473bc74997862f84c86fe7b46d751f0f /deployment | |
parent | 3f5edfbb7969c3a820f39a0beea516faa7e71f20 (diff) | |
download | puppet-db49cd1949488dc6c91c107896538bd140fb8cde.tar puppet-db49cd1949488dc6c91c107896538bd140fb8cde.tar.gz puppet-db49cd1949488dc6c91c107896538bd140fb8cde.tar.bz2 puppet-db49cd1949488dc6c91c107896538bd140fb8cde.tar.xz puppet-db49cd1949488dc6c91c107896538bd140fb8cde.zip |
Disable rabbit as we are building isos
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 6f94d5b1..f447eefb 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' ], }, |