diff options
Diffstat (limited to 'deployment/mga_buildsystem')
-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 345c5b4b..010225cb 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', 'rabbit0', 'rabbit1' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1' ], - 'armv5tl' => [ 'armorique', 'armagnac', 'armada' ], - 'armv7hl' => [ 'armada', 'armlet1' ], + 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2' ], + 'armv7hl' => [ 'armada', 'armlet1', 'armlet2', 'armlet4', 'armlet5' ], }, build_nodes_aliases => { 'jonund0' => "jonund.${::domain}", |