diff options
author | Pascal Terjan <pterjan@mageia.org> | 2019-10-20 15:42:18 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2019-10-20 15:42:18 +0000 |
commit | 854b829974e5cccd0d4870f3ca03ca50520d1f8a (patch) | |
tree | b97f6a3c0c5bcffa53de08c1aa3a634cbee1ec5b /deployment | |
parent | 704be6b9548a2ba7c1a065f6902558ced95705a5 (diff) | |
download | puppet-854b829974e5cccd0d4870f3ca03ca50520d1f8a.tar puppet-854b829974e5cccd0d4870f3ca03ca50520d1f8a.tar.gz puppet-854b829974e5cccd0d4870f3ca03ca50520d1f8a.tar.bz2 puppet-854b829974e5cccd0d4870f3ca03ca50520d1f8a.tar.xz puppet-854b829974e5cccd0d4870f3ca03ca50520d1f8a.zip |
Revert "Switch back to armlet*"
Try again with a Debian image instead
This reverts commit bbc0de6a52306f1708f9f247944713910e826b06.
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index b19c3112..ea015ed5 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -29,7 +29,7 @@ class mga_buildsystem::config { 'i586' => [ 'ecosse0', 'rabbit0', 'scwx861', 'ecosse1', 'rabbit1', 'scwx862', 'rabbit2', 'scwx863' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'scwx861', 'rabbit1', 'ecosse1', 'scwx862', 'rabbit2', 'scwx863' ], 'armv5tl' => [ 'armorique', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ], - 'armv7hl' => [ 'armorique', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ], + 'armv7hl' => [ 'armlet10', 'armlet11', 'armlet3', 'armlet8', 'armlet12' ], 'aarch64' => [ 'scwaarch641', 'scwaarch643', 'scwaarch645', 'scwaarch642', 'scwaarch644', 'scwaarch646' ], }, build_nodes_aliases => { |