diff options
author | Michael Scherer <misc@mageia.org> | 2011-08-23 15:32:31 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-08-23 15:32:31 +0000 |
commit | 1bf5c5311615820e06b31c94efde512fcb1075ab (patch) | |
tree | 0b6341d1e800d76f25433ac755ae002a83770171 /modules | |
parent | ea2db7acbb8c20bedcab683781d2457d564cfb3b (diff) | |
download | puppet-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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/templates/vhost_repository.conf | 5 |
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 |