rename file
authorPeter Palfrader <peter@palfrader.org>
Sun, 20 Dec 2015 11:56:09 +0000 (12:56 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 20 Dec 2015 11:56:09 +0000 (12:56 +0100)
modules/roles/templates/apache-debug.mirrors.debian.org.conf.erb [deleted file]
modules/roles/templates/apache-debug.mirrors.debian.org.erb [new file with mode: 0644]

diff --git a/modules/roles/templates/apache-debug.mirrors.debian.org.conf.erb b/modules/roles/templates/apache-debug.mirrors.debian.org.conf.erb
deleted file mode 100644 (file)
index 58f7de0..0000000
+++ /dev/null
@@ -1,26 +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 130.89.148.14:80 [2001:610:1908:b000::148:14]:80>
-<VirtualHost <%= vhost_listen %> >
-        ServerAdmin webmaster@debian.org
-        ServerName debug.mirrors.debian.org
-
-        RedirectMatch "^/$" /debian-debug/
-        Alias /debian-debug /srv/mirrors/debian-debug
-
-        ErrorLog /var/log/apache2/debug.mirrors.debian.org-error.log
-        LogLevel warn
-        CustomLog /var/log/apache2/debug.mirrors.debian.org-access.log privacy
-
-        <Directory /srv/mirrors/debian-debug>
-                Require all granted
-                IndexOptions NameWidth=* +SuppressDescription
-                Options +Indexes
-                Options +FollowSymLinks
-        </Directory>
-</VirtualHost>
-
-
diff --git a/modules/roles/templates/apache-debug.mirrors.debian.org.erb b/modules/roles/templates/apache-debug.mirrors.debian.org.erb
new file mode 100644 (file)
index 0000000..58f7de0
--- /dev/null
@@ -0,0 +1,26 @@
+##
+## 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 130.89.148.14:80 [2001:610:1908:b000::148:14]:80>
+<VirtualHost <%= vhost_listen %> >
+        ServerAdmin webmaster@debian.org
+        ServerName debug.mirrors.debian.org
+
+        RedirectMatch "^/$" /debian-debug/
+        Alias /debian-debug /srv/mirrors/debian-debug
+
+        ErrorLog /var/log/apache2/debug.mirrors.debian.org-error.log
+        LogLevel warn
+        CustomLog /var/log/apache2/debug.mirrors.debian.org-access.log privacy
+
+        <Directory /srv/mirrors/debian-debug>
+                Require all granted
+                IndexOptions NameWidth=* +SuppressDescription
+                Options +Indexes
+                Options +FollowSymLinks
+        </Directory>
+</VirtualHost>
+
+