diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-03-01 21:13:05 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-03-01 21:13:05 +0200 |
commit | acdaaf3571973f8045e5e7348811ad7e469bd2c3 (patch) | |
tree | 7e430f5376857495da4c4080b08cac9ee20f7fce | |
parent | 4ab79065e5195b8001f0b816141b90a885323d48 (diff) | |
download | puppet-acdaaf3571973f8045e5e7348811ad7e469bd2c3.tar puppet-acdaaf3571973f8045e5e7348811ad7e469bd2c3.tar.gz puppet-acdaaf3571973f8045e5e7348811ad7e469bd2c3.tar.bz2 puppet-acdaaf3571973f8045e5e7348811ad7e469bd2c3.tar.xz puppet-acdaaf3571973f8045e5e7348811ad7e469bd2c3.zip |
enable rabbit buildnode
-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 2c423563..7dfe03c2 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', 'rabbit0', 'ecosse1', 'rabbit1' ], + 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1', 'ecosse1' ], 'armv5tl' => [ 'armorique', 'armagnac', 'armada' ], }, build_nodes_aliases => { |