diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-09-24 00:55:17 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-09-24 00:55:17 +0100 |
commit | 8cb702d0b5fe99c60c9a52ffbc254f7b7dcd6311 (patch) | |
tree | b72935b32e7fc84fd85739251581ccb97730d65e /deployment/mga_buildsystem | |
parent | f9b924075d55fafc09e7f6bb24079719d18e2729 (diff) | |
download | puppet-8cb702d0b5fe99c60c9a52ffbc254f7b7dcd6311.tar puppet-8cb702d0b5fe99c60c9a52ffbc254f7b7dcd6311.tar.gz puppet-8cb702d0b5fe99c60c9a52ffbc254f7b7dcd6311.tar.bz2 puppet-8cb702d0b5fe99c60c9a52ffbc254f7b7dcd6311.tar.xz puppet-8cb702d0b5fe99c60c9a52ffbc254f7b7dcd6311.zip |
Add neru to replace gandi VMs
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 675a3ab9..ba1cff2c 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -166,6 +166,8 @@ class mga_buildsystem::config { $::nodes_ipaddr[armorique][ipv4], $::nodes_ipaddr[armagnac][ipv4], $::nodes_ipaddr[armrest][ipv4], + $::nodes_ipaddr[neru][ipv4], + $::nodes_ipaddr[neru][ipv6], ] $repo_allow_from_domains = [ ".${::domain}", |