diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-10-20 18:09:17 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-10-20 18:09:17 +0300 |
commit | 704be6b9548a2ba7c1a065f6902558ced95705a5 (patch) | |
tree | 8dc8f2e3de376ba1ecfa5cf59c1140de11ae02a4 /deployment/mga_buildsystem | |
parent | bbc0de6a52306f1708f9f247944713910e826b06 (diff) | |
download | puppet-704be6b9548a2ba7c1a065f6902558ced95705a5.tar puppet-704be6b9548a2ba7c1a065f6902558ced95705a5.tar.gz puppet-704be6b9548a2ba7c1a065f6902558ced95705a5.tar.bz2 puppet-704be6b9548a2ba7c1a065f6902558ced95705a5.tar.xz puppet-704be6b9548a2ba7c1a065f6902558ced95705a5.zip |
that would be armv7hl
Diffstat (limited to 'deployment/mga_buildsystem')
-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 d17a6bd2..b19c3112 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' ], - 'armv5tl' => [ 'armorique', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ], + 'armv7hl' => [ 'armorique', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ], 'aarch64' => [ 'scwaarch641', 'scwaarch643', 'scwaarch645', 'scwaarch642', 'scwaarch644', 'scwaarch646' ], }, build_nodes_aliases => { |