]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
no need for a per-host file now
authorStephen Gran <steve@lobefin.net>
Sun, 15 Nov 2009 02:59:01 +0000 (02:59 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 15 Nov 2009 02:59:01 +0000 (02:59 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/apache2/files/per-host/spohr.debian.org/etc/apache2/sites-available/default-debian.org [deleted file]

diff --git a/modules/apache2/files/per-host/spohr.debian.org/etc/apache2/sites-available/default-debian.org b/modules/apache2/files/per-host/spohr.debian.org/etc/apache2/sites-available/default-debian.org
deleted file mode 100644 (file)
index 5d31d53..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
-## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
-##
-
-<VirtualHost *:80>
-       ServerAdmin debian-admin@debian.org
-
-       ErrorLog /var/log/apache2/error.log
-       CustomLog /var/log/apache2/access.log combined
-
-       DocumentRoot /srv/www/default.debian.org/htdocs
-
-       Alias /debian /org/mirrors/ftp.debian.org/ftp
-       HostnameLookups Off
-       UseCanonicalName Off
-       ServerSignature On
-       <IfModule mod_userdir.c>
-               UserDir disabled
-       </IfModule>
-</VirtualHost>
-# vim:set syn=apache: