]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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

index 90bc532b671f4bc03595740ab1bd3cf80a0b3935,51356af889ffb7a573ae8d940336a2883675b5d1..6cf1f9cc17de05af3f2b9a677445eb51f2818dce
@@@ -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