diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-12-09 21:20:20 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-12-09 21:20:20 +0200 |
commit | 6653276ccfb911d396fd7d9229d76608944c39ec (patch) | |
tree | 6a9a2549188aec153e72c6b52d6fe86ca7ace970 /deployment/mga_buildsystem | |
parent | aac864be42fbcfdab7904c104d8857c58d50c5c9 (diff) | |
download | puppet-6653276ccfb911d396fd7d9229d76608944c39ec.tar puppet-6653276ccfb911d396fd7d9229d76608944c39ec.tar.gz puppet-6653276ccfb911d396fd7d9229d76608944c39ec.tar.bz2 puppet-6653276ccfb911d396fd7d9229d76608944c39ec.tar.xz puppet-6653276ccfb911d396fd7d9229d76608944c39ec.zip |
enable ecosse node again
Diffstat (limited to 'deployment/mga_buildsystem')
-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 4b29761e..3ab19839 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -18,8 +18,8 @@ class mga_buildsystem::config { class { 'buildsystem::var::scheduler' : admin_mail => 'sysadmin@group.mageia.org', build_nodes => { - 'i586' => [ 'rabbit0', 'rabbit1' ], - 'x86_64' => [ 'rabbit0', 'rabbit1' ], + 'i586' => [ 'rabbit0', 'ecosse0', 'rabbit1', 'ecosse1' ], + 'x86_64' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ], }, build_nodes_aliases => { 'jonund0' => "jonund.${::domain}", |