From: Peter Palfrader Date: Sun, 2 Aug 2009 00:35:29 +0000 (+0200) Subject: gluck does not need to listen on 443 anymore - that was just for when it was people.do X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=85f8fad7b15635d6b91431ada3d92b5433623619;p=mirror%2Fdsa-puppet.git gluck does not need to listen on 443 anymore - that was just for when it was people.do --- diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index 840a7f87c..51356af88 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -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