diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-09-22 22:20:34 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-09-22 22:20:34 +0200 |
commit | c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c (patch) | |
tree | c0c96acb182948a7b9671b3e1408532a3b283908 /deployment/mga_buildsystem/manifests | |
parent | 110f228ccb948b8ef39e00ff509d00bf0ea2c13c (diff) | |
download | puppet-c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c.tar puppet-c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c.tar.gz puppet-c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c.tar.bz2 puppet-c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c.tar.xz puppet-c59e3f4b6d772a051a2b2f25ef9542ba9a552f8c.zip |
Enable rabbit1 during gnome update
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 5e1c9cf6..487dada0 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' ], - 'x86_64' => [ 'ecosse0', 'ecosse1', 'rabbit0' ], + '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' ], }, |