Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet
[mirror/dsa-puppet.git] / modules / ssh / templates / sshd_config.erb
index 51356af..6cf1f9c 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 "agnesi.debian.org" then "Port 2260"
                  end