diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-05-17 09:29:29 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-05-17 09:29:29 +0100 |
commit | a031de183773f73968b30a133491582c9c421c34 (patch) | |
tree | b2fb37fa4e40abf858f94cae85434c6cf8e4c188 /deployment/mga_buildsystem/manifests | |
parent | 07d0e2cefe4d894de0c882a91300628da9cab283 (diff) | |
download | puppet-a031de183773f73968b30a133491582c9c421c34.tar puppet-a031de183773f73968b30a133491582c9c421c34.tar.gz puppet-a031de183773f73968b30a133491582c9c421c34.tar.bz2 puppet-a031de183773f73968b30a133491582c9c421c34.tar.xz puppet-a031de183773f73968b30a133491582c9c421c34.zip |
Use all machines for both arm architectures
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 4c523479..bdff908d 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -27,8 +27,8 @@ class mga_buildsystem::config { build_nodes => { 'i586' => [ 'ecosse0', 'rabbit0', 'rabbit1' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1' ], - 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2' ], - 'armv7hl' => [ 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], + 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], + 'armv7hl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], }, build_nodes_aliases => { 'jonund0' => "jonund.${::domain}", |