diff options
author | Pascal Terjan <pterjan@mageia.org> | 2018-08-05 20:47:54 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2018-08-05 20:47:54 +0000 |
commit | c3f79247298201f1469283470c8ad3ab8c11f365 (patch) | |
tree | f69251a41d661e3456830257a7251021eca07d77 /deployment | |
parent | b419ec6707d5ee4722d6452f89b2115a56258ac8 (diff) | |
download | puppet-c3f79247298201f1469283470c8ad3ab8c11f365.tar puppet-c3f79247298201f1469283470c8ad3ab8c11f365.tar.gz puppet-c3f79247298201f1469283470c8ad3ab8c11f365.tar.bz2 puppet-c3f79247298201f1469283470c8ad3ab8c11f365.tar.xz puppet-c3f79247298201f1469283470c8ad3ab8c11f365.zip |
Give access to the repository to the new node
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 056aa066..d92dc334 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -170,6 +170,7 @@ class mga_buildsystem::config { $::nodes_ipaddr[neru][ipv6], '2001:bc8:4400:2700::2729', $::nodes_ipaddr[scwx86][ipv6], + $::nodes_ipaddr[scwaarch64][ipv6], ] $repo_allow_from_domains = [ ".${::domain}", |