Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet
authorStephen Gran <steve@lobefin.net>
Sun, 2 Aug 2009 00:36:04 +0000 (01:36 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 2 Aug 2009 00:36:04 +0000 (01:36 +0100)
1  2 
modules/ssh/templates/sshd_config.erb

@@@ -3,9 -3,8 +3,8 @@@
  
  # 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"
                   end
  extraports