]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/apache2/files/common/etc/apache2/conf.d/local-serverinfo
massive style guide fixups
[dsa-puppet.git] / modules / apache2 / files / common / etc / apache2 / conf.d / local-serverinfo
diff --git a/modules/apache2/files/common/etc/apache2/conf.d/local-serverinfo b/modules/apache2/files/common/etc/apache2/conf.d/local-serverinfo
deleted file mode 100644 (file)
index cd52b7a..0000000
+++ /dev/null
@@ -1,14 +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
-##
-
-<IfModule mod_info.c>
-        <Location /server-info>
-                SetHandler server-info
-                order deny,allow
-                deny from all
-                allow from localhost
-        </Location>
-</IfModule>
-