aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-09-01 17:32:46 +0000
committerThomas Backlund <tmb@mageia.org>2012-09-01 17:32:46 +0000
commitb1b510a61469f3627584b696781b4d20230af0da (patch)
tree7b35862247c7982d7db207d0ce122fc10f1bea5e /modules/buildsystem
parentbe1d68f5f9e2479491e984b382a58594b030754a (diff)
downloadpuppet-b1b510a61469f3627584b696781b4d20230af0da.tar
puppet-b1b510a61469f3627584b696781b4d20230af0da.tar.gz
puppet-b1b510a61469f3627584b696781b4d20230af0da.tar.bz2
puppet-b1b510a61469f3627584b696781b4d20230af0da.tar.xz
puppet-b1b510a61469f3627584b696781b4d20230af0da.zip
add vhost directory config for infra_2
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/templates/vhost_repository.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf
index 03dc1fd3..58997cbf 100644
--- a/modules/buildsystem/templates/vhost_repository.conf
+++ b/modules/buildsystem/templates/vhost_repository.conf
@@ -28,6 +28,13 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64
Options Indexes FollowSymLinks
</Directory>
+ <Directory /distrib/bootstrap/distrib/infra_2>
+ Header append Cache-Control "public, must-revalidate"
+ Order deny,allow
+ Allow from all
+ Options Indexes FollowSymLinks
+ </Directory>
+
<Directory /distrib/mandriva>
Order deny,allow
Deny from all