aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-17 15:33:52 +0000
committerMichael Scherer <misc@mageia.org>2012-02-17 15:33:52 +0000
commit9a5d715b2f77526a5c7bb3b8dd421a46bc190a2c (patch)
tree0e5ce38d4662c17c226e87f2643bb3f1a0cc132d /modules/buildsystem/templates
parent5b2236e3925c8004ef7bb1d5a40137805be2afd5 (diff)
downloadpuppet-9a5d715b2f77526a5c7bb3b8dd421a46bc190a2c.tar
puppet-9a5d715b2f77526a5c7bb3b8dd421a46bc190a2c.tar.gz
puppet-9a5d715b2f77526a5c7bb3b8dd421a46bc190a2c.tar.bz2
puppet-9a5d715b2f77526a5c7bb3b8dd421a46bc190a2c.tar.xz
puppet-9a5d715b2f77526a5c7bb3b8dd421a46bc190a2c.zip
allow any server to access to the infra repository
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r--modules/buildsystem/templates/vhost_repository.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf
index f49243e2..315ca998 100644
--- a/modules/buildsystem/templates/vhost_repository.conf
+++ b/modules/buildsystem/templates/vhost_repository.conf
@@ -20,10 +20,7 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64
</Directory>
<Directory /distrib/bootstrap/distrib/infra_1>
Order deny,allow
- Deny from all
- Allow from localhost, 127.0.0.1
- Allow from <%= buildsystem_nodes %>
- Allow from .<%= domain %>
+ Allow from all
Options Indexes FollowSymLinks
</Directory>
<Directory /distrib/mandriva>