diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-09-23 14:25:30 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-09-23 14:26:06 +0200 |
commit | 5adf38d71ffae7b3ab0f052878898bb42dab2c1e (patch) | |
tree | 206259035b93b556dcf617fd7e541f10e5948ced /deployment/mga_buildsystem/manifests | |
parent | efcb5a0954b67c17a50e1005f16b2cde40734585 (diff) | |
download | puppet-5adf38d71ffae7b3ab0f052878898bb42dab2c1e.tar puppet-5adf38d71ffae7b3ab0f052878898bb42dab2c1e.tar.gz puppet-5adf38d71ffae7b3ab0f052878898bb42dab2c1e.tar.bz2 puppet-5adf38d71ffae7b3ab0f052878898bb42dab2c1e.tar.xz puppet-5adf38d71ffae7b3ab0f052878898bb42dab2c1e.zip |
Enable rabbit today
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-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 1b6867fd..6315d905 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', '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' ], }, |