From: Peter Palfrader Date: Sun, 16 Jun 2013 12:09:16 +0000 (+0000) Subject: Revert "Remove spohr special case" X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=1070137fdc4e4594d6ad4bfef27f696d5f209147;p=mirror%2Fdsa-puppet.git Revert "Remove spohr special case" This reverts commit 02ad4e819cc717c273537cba1532855ee12298f9. --- diff --git a/modules/apache2/templates/default-debian.org.erb b/modules/apache2/templates/default-debian.org.erb index 5cb6e1f2f..2a5beb0f1 100644 --- a/modules/apache2/templates/default-debian.org.erb +++ b/modules/apache2/templates/default-debian.org.erb @@ -18,5 +18,14 @@ UserDir disabled +<%= +case fqdn + when "spohr.debian.org" then + out += " + Alias /debian \"/srv/mirrors/ftp.debian.org/ftp\" +" +end +out +%> # vim:set syn=apache: