diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-07-26 00:05:14 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-07-26 00:05:14 +0100 |
commit | 9c4dfdd024403f14511cf9afa92e721fc72c9594 (patch) | |
tree | 2444fa99849f29200919345e715ad3123e2e1752 /deployment/mga_buildsystem | |
parent | 6c0d52ae3dd05bb9d2900d6cdfdf555a3ccb385b (diff) | |
download | puppet-9c4dfdd024403f14511cf9afa92e721fc72c9594.tar puppet-9c4dfdd024403f14511cf9afa92e721fc72c9594.tar.gz puppet-9c4dfdd024403f14511cf9afa92e721fc72c9594.tar.bz2 puppet-9c4dfdd024403f14511cf9afa92e721fc72c9594.tar.xz puppet-9c4dfdd024403f14511cf9afa92e721fc72c9594.zip |
Remove armlet7 for now, it doesn't boot
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 fdc5d5e0..7c6061fd 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', 'ecosse1', 'rabbit1' ], 'x86_64' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ], - 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet7', 'armlet8', 'armlet9' ], - 'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armada', 'armlet7', 'armlet8', 'armlet9' ], + 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ], + 'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armada', 'armlet8', 'armlet9' ], }, build_nodes_aliases => { 'jonund0' => "jonund.${::domain}", |