diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 16:38:35 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 16:38:35 +0000 |
commit | 55aeb330ba66a8c1bec217bacdf5eb1294dbdba7 (patch) | |
tree | 17f23cd09d77d96f24b50404b659bac7a6119621 /deployment | |
parent | 3a34360f9cfa783d8037f021cbfa6137b8d77800 (diff) | |
download | puppet-55aeb330ba66a8c1bec217bacdf5eb1294dbdba7.tar puppet-55aeb330ba66a8c1bec217bacdf5eb1294dbdba7.tar.gz puppet-55aeb330ba66a8c1bec217bacdf5eb1294dbdba7.tar.bz2 puppet-55aeb330ba66a8c1bec217bacdf5eb1294dbdba7.tar.xz puppet-55aeb330ba66a8c1bec217bacdf5eb1294dbdba7.zip |
mga_buildsystem::config: use $::nodes_ipaddr variable
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 9100539f..0f7dc7cd 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -119,12 +119,12 @@ class mga_buildsystem::config { '_real_vendor' => 'mageia', } $repo_allow_from = [ - '2a02:2178:2:7::3/64', # valstar - '2a02:2178:2:7::4/64', # ecosse - '2a02:2178:2:7::5/64', # jonund + $::nodes_ipaddr[valstar][ipv6], + $::nodes_ipaddr[ecosse][ipv6], + $::nodes_ipaddr[jonund][ipv6], ".${::domain}", '10.42.0', - '212.85.158.152', #rabbit + $::nodes_ipaddr[rabbit][ipv4], #rabbit ] # the list of checks, actions, posts for cauldron in youri-upload |