Grumble grumble - erb strikes again
authorStephen Gran <steve@lobefin.net>
Sun, 2 Aug 2009 00:35:45 +0000 (01:35 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 2 Aug 2009 00:35:45 +0000 (01:35 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ssh/templates/sshd_config.erb

index 840a7f8..90bc532 100644 (file)
@@ -3,7 +3,7 @@
 
 # What ports, IPs and protocols we listen for
 Port 22
 
 # What ports, IPs and protocols we listen for
 Port 22
-<%- extraports = case fqdn
+<%= extraports = case fqdn
                         when "ravel.debian.org" then "Port 443"
                         when "gluck.debian.org" then "Port 443"
                         when "agnesi.debian.org" then "Port 2260"
                         when "ravel.debian.org" then "Port 443"
                         when "gluck.debian.org" then "Port 443"
                         when "agnesi.debian.org" then "Port 2260"