aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-09-12 11:03:52 +0000
committerNicolas Vigier <boklm@mageia.org>2012-09-12 11:03:52 +0000
commit54150b39b7152cef1061818ee5778d63374022d1 (patch)
tree1acc04fafee51aaa06a235f974d46ecf037b6dfa /modules
parent4271994fe62fccf243a89cebd0d8cc90ebf1304b (diff)
downloadpuppet-54150b39b7152cef1061818ee5778d63374022d1.tar
puppet-54150b39b7152cef1061818ee5778d63374022d1.tar.gz
puppet-54150b39b7152cef1061818ee5778d63374022d1.tar.bz2
puppet-54150b39b7152cef1061818ee5778d63374022d1.tar.xz
puppet-54150b39b7152cef1061818ee5778d63374022d1.zip
allow access to repository from local network
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/templates/vhost_repository.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf
index 58997cbf..18db9283 100644
--- a/modules/buildsystem/templates/vhost_repository.conf
+++ b/modules/buildsystem/templates/vhost_repository.conf
@@ -18,6 +18,7 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64
Allow from localhost, 127.0.0.1
Allow from <%= buildsystem_nodes %>
Allow from .<%= domain %>
+ Allow from 10.42.0
Options Indexes FollowSymLinks
</Directory>