aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-08-23 15:32:31 +0000
committerMichael Scherer <misc@mageia.org>2011-08-23 15:32:31 +0000
commit1bf5c5311615820e06b31c94efde512fcb1075ab (patch)
tree0b6341d1e800d76f25433ac755ae002a83770171
parentea2db7acbb8c20bedcab683781d2457d564cfb3b (diff)
downloadpuppet-1bf5c5311615820e06b31c94efde512fcb1075ab.tar
puppet-1bf5c5311615820e06b31c94efde512fcb1075ab.tar.gz
puppet-1bf5c5311615820e06b31c94efde512fcb1075ab.tar.bz2
puppet-1bf5c5311615820e06b31c94efde512fcb1075ab.tar.xz
puppet-1bf5c5311615820e06b31c94efde512fcb1075ab.zip
let people from outside of the bs access to our custom rpms
-rw-r--r--modules/buildsystem/templates/vhost_repository.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf
index c9286faf..a8e9c9e5 100644
--- a/modules/buildsystem/templates/vhost_repository.conf
+++ b/modules/buildsystem/templates/vhost_repository.conf
@@ -25,6 +25,11 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64
Allow from .<%= domain %>
Options Indexes FollowSymLinks
</Directory>
+ <Directory /distrib/mandriva/2010.1-mgaserv/>
+ Order deny,allow
+ Allow from all
+ Options Indexes FollowSymLinks
+ </Directory>
<Directory /distrib/mageiatools>
Order deny,allow
Allow from all