See if we still need instance-debootstrap
[mirror/dsa-puppet.git] / modules / apache2 / templates / default-debian.org.erb
index 5cb6e1f..ea0fa67 100644 (file)
@@ -18,5 +18,8 @@
        <IfModule mod_userdir.c>
                UserDir disabled
        </IfModule>
+<% if hostname == "spohr" -%>
+        Alias /debian "/srv/mirrors/ftp.debian.org/ftp"
+<% end -%>
 </VirtualHost>
 # vim:set syn=apache: