]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
gluck does not need to listen on 443 anymore - that was just for when it was people.do
authorPeter Palfrader <peter@palfrader.org>
Sun, 2 Aug 2009 00:35:29 +0000 (02:35 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 2 Aug 2009 00:35:29 +0000 (02:35 +0200)
modules/ssh/templates/sshd_config.erb

index 840a7f87cd99de05ec02949fdb77d87873bb0d40..51356af889ffb7a573ae8d940336a2883675b5d1 100644 (file)
@@ -5,7 +5,6 @@
 Port 22
 <%- 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