From: Stephen Gran Date: Sat, 20 Feb 2010 19:40:28 +0000 (+0000) Subject: try not to screw up template syntax X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=0dcbb542f06527bdd26cec4a71a789f925a8743b;p=mirror%2Fdsa-puppet.git try not to screw up template syntax Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 0ed5c0f07..fcf73741c 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -4,9 +4,9 @@ ## -@def $SSH_SOURCES = <% -ssh_allowed = case hostname +@def $SSH_SOURCES = <%= +sshallowed = case hostname when 'logtest01' then '0.0.0.0/0' end -ssh_allowed +sshallowed %>