X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fssh%2Ftemplates%2Fsshd_config.erb;h=6cf1f9cc17de05af3f2b9a677445eb51f2818dce;hb=45626e335240068131d0dce27b3f78b8a254c6bd;hp=840a7f87cd99de05ec02949fdb77d87873bb0d40;hpb=b233cbf36fe50a47edd458cc29b8ba9806273e2c;p=mirror%2Fdsa-puppet.git diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index 840a7f87c..6cf1f9cc1 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -3,9 +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