]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
lintian.d.o: Relocate comment
authorNiels Thykier <niels@thykier.net>
Fri, 1 May 2015 12:27:29 +0000 (14:27 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 1 May 2015 13:48:06 +0000 (15:48 +0200)
Signed-off-by: Niels Thykier <niels@thykier.net>
Signed-off-by: Peter Palfrader <peter@palfrader.org>
modules/roles/templates/static-mirroring/vhost/lintian.debian.org.erb

index 8d1bfd538ee9ab11058a8d5be2419213221195a7..c52b100a8f0e5e04cf0df3feca137c5167d9a4d4 100644 (file)
@@ -18,12 +18,13 @@ Use common-dsa-vhost-https-redirect lintian.debian.org
        AddDefaultCharset utf-8
 
        <Directory /srv/static.debian.org/mirrors/lintian.debian.org/cur>
        AddDefaultCharset utf-8
 
        <Directory /srv/static.debian.org/mirrors/lintian.debian.org/cur>
-               # These two lines makes apache serve "lintian.log.gz" as a text/plain with encoding gzip
-               # making it easier to view the log in the browser.
                <% if @lsbmajdistrelease > '7' -%>
                        Require all granted
                <% end -%>
 
                <% if @lsbmajdistrelease > '7' -%>
                        Require all granted
                <% end -%>
 
+               # These three lines makes apache serve
+               # "lintian.log.gz" as a text/plain with encoding gzip
+               # making it easier to view the log in the browser.
                RemoveType .gz
                AddEncoding x-gzip .gz
                AddType text/plain .log
                RemoveType .gz
                AddEncoding x-gzip .gz
                AddType text/plain .log