aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/mga_buildsystem/manifests/config.pp')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 0f7dc7cd..0075c5ce 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -120,11 +120,15 @@ class mga_buildsystem::config {
}
$repo_allow_from = [
$::nodes_ipaddr[valstar][ipv6],
+ $::nodes_ipaddr[valstar][ipv4],
$::nodes_ipaddr[ecosse][ipv6],
+ $::nodes_ipaddr[ecosse][ipv4],
$::nodes_ipaddr[jonund][ipv6],
+ $::nodes_ipaddr[jonund][ipv4],
".${::domain}",
'10.42.0',
- $::nodes_ipaddr[rabbit][ipv4], #rabbit
+ $::nodes_ipaddr[rabbit][ipv4],
+ $::nodes_ipaddr[rabbit][ipv6],
]
# the list of checks, actions, posts for cauldron in youri-upload