Revision
652
Author
boklm
Date
2011-01-03 19:00:40 +0100 (Mon, 03 Jan 2011)

Log Message

add mageiatools repository

Modified Paths

Modified: puppet/modules/buildsystem/templates/vhost_repository.conf
===================================================================
--- puppet/modules/buildsystem/templates/vhost_repository.conf	2010-12-21 19:36:10 UTC (rev 651)
+++ puppet/modules/buildsystem/templates/vhost_repository.conf	2011-01-03 18:00:40 UTC (rev 652)
@@ -8,6 +8,7 @@
         ServerName repository.<%= domain %>
         DocumentRoot <%= repository_root %>
 	Alias /mandriva/ "/distrib/mandriva/"
+	Alias /mageiatools/ "/distrib/mageiatools/"
         <Directory  <%= repository_root %>>
           Order deny,allow
           Deny from all
@@ -24,4 +25,9 @@
           Allow from .<%= domain %>
           Options Indexes FollowSymLinks
         </Directory>
+        <Directory  /distrib/mageiatools>
+          Order deny,allow
+          Allow from all
+          Options Indexes FollowSymLinks
+        </Directory>
 </VirtualHost>