diff options
author | Pascal Terjan <pterjan@mageia.org> | 2019-12-10 18:56:19 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2019-12-10 18:57:16 +0000 |
commit | 2d3fd95aa23785ba27754791250007b6dfc680e7 (patch) | |
tree | ab9cfcea9a8821b3b527cf1b550c5558eb409652 /deployment/mga_buildsystem/manifests/config.pp | |
parent | 5f37413245039ef5ffe32a7e55c67235af521ebb (diff) | |
download | puppet-2d3fd95aa23785ba27754791250007b6dfc680e7.tar puppet-2d3fd95aa23785ba27754791250007b6dfc680e7.tar.gz puppet-2d3fd95aa23785ba27754791250007b6dfc680e7.tar.bz2 puppet-2d3fd95aa23785ba27754791250007b6dfc680e7.tar.xz puppet-2d3fd95aa23785ba27754791250007b6dfc680e7.zip |
Add armlet4 and remove armlet8
armlet{1,2,3,4,5} are now running Mageia 7
Diffstat (limited to 'deployment/mga_buildsystem/manifests/config.pp')
-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 6aae2947..37376d3b 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -28,8 +28,8 @@ class mga_buildsystem::config { build_nodes => { 'i586' => [ 'ecosse0', 'rabbit0', 'scwx861', 'ecosse1', 'rabbit1', 'scwx862', 'rabbit2', 'scwx863' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'scwx861', 'rabbit1', 'ecosse1', 'scwx862', 'rabbit2', 'scwx863' ], - 'armv5tl' => [ 'armorique', 'armlet3', 'armlet5', 'armlet8' ], - 'armv7hl' => [ 'armorique', 'armlet1', 'armlet2', 'armlet3', 'armlet5', 'armlet8' ], + 'armv5tl' => [ 'armorique', 'armlet3', 'armlet5' ], + 'armv7hl' => [ 'armorique', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], 'aarch64' => [ 'scwaarch641', 'scwaarch643', 'scwaarch645', 'scwaarch642', 'scwaarch644', 'scwaarch646' ], }, build_nodes_aliases => { |