From: Stephen Gran Date: Sun, 2 Aug 2009 00:35:45 +0000 (+0100) Subject: Grumble grumble - erb strikes again X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4430f855e35690ef748696c706678964e940f375;hp=-c;p=mirror%2Fdsa-puppet.git Grumble grumble - erb strikes again Signed-off-by: Stephen Gran --- 4430f855e35690ef748696c706678964e940f375 diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index 840a7f87c..90bc532b6 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -3,7 +3,7 @@ # 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"