From 4430f855e35690ef748696c706678964e940f375 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 2 Aug 2009 01:35:45 +0100 Subject: [PATCH] Grumble grumble - erb strikes again Signed-off-by: Stephen Gran --- modules/ssh/templates/sshd_config.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1