diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-05-12 23:15:05 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-05-12 23:15:05 +0100 |
commit | 1db95ccbc4a42e352544e1c85b63e90615320694 (patch) | |
tree | afcecd3e848e023d2a26e74f3a1e9e4e5ebd37ac /deployment | |
parent | b9ad7f0e35181ae61f7b8547960da74d1eb23fad (diff) | |
download | puppet-1db95ccbc4a42e352544e1c85b63e90615320694.tar puppet-1db95ccbc4a42e352544e1c85b63e90615320694.tar.gz puppet-1db95ccbc4a42e352544e1c85b63e90615320694.tar.bz2 puppet-1db95ccbc4a42e352544e1c85b63e90615320694.tar.xz puppet-1db95ccbc4a42e352544e1c85b63e90615320694.zip |
Steal armada for armv7hl
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 164128b6..bd4c38f3 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -27,7 +27,8 @@ class mga_buildsystem::config { build_nodes => { 'i586' => [ 'ecosse0', 'rabbit0', 'rabbit1' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1' ], - 'armv5tl' => [ 'armorique', 'armagnac', 'armada' ], + 'armv5tl' => [ 'armorique', 'armagnac' ], + 'armv7hl' => [ 'armada' ], }, build_nodes_aliases => { 'jonund0' => "jonund.${::domain}", @@ -65,7 +66,7 @@ class mga_buildsystem::config { } $std_arch = ['i586', 'x86_64'] - $std_arch_with_arm32 = [ 'i586', 'x86_64', 'armv5tl' ] + $std_arch_with_arm32 = [ 'i586', 'x86_64', 'armv5tl', 'armv7hl' ] $std_repos = { 'release' => { 'media_type' => [ 'release' ], |