]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ssh/templates/sshd_config.erb
Grumble grumble - erb strikes again
[dsa-puppet.git] / modules / ssh / templates / sshd_config.erb
index 840a7f87cd99de05ec02949fdb77d87873bb0d40..90bc532b671f4bc03595740ab1bd3cf80a0b3935 100644 (file)
@@ -3,7 +3,7 @@
 
 # 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"