aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-11-28 11:35:32 +0000
committerPascal Terjan <pterjan@gmail.com>2016-11-28 11:35:32 +0000
commit9f6557c6e501007474deb86263a9c87d358ca50b (patch)
tree4cb3ade2993aae044acc84e0f3e19ed34abb4783 /deployment
parentfca071207d87c889c172900ab8c5abf2dfb2f957 (diff)
downloadpuppet-9f6557c6e501007474deb86263a9c87d358ca50b.tar
puppet-9f6557c6e501007474deb86263a9c87d358ca50b.tar.gz
puppet-9f6557c6e501007474deb86263a9c87d358ca50b.tar.bz2
puppet-9f6557c6e501007474deb86263a9c87d358ca50b.tar.xz
puppet-9f6557c6e501007474deb86263a9c87d358ca50b.zip
Properly add armlet6 to bs
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index b7e90129..f27196fc 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', 'ecosse1' ],
'x86_64' => [ 'ecosse0', 'ecosse1' ],
- 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ],
- 'armv7hl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ],
+ 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6' ],
+ 'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armada' ],
},
build_nodes_aliases => {
'jonund0' => "jonund.${::domain}",