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.donarmstrong.com/?a=commitdiff_plain;h=0dcbb542f06527bdd26cec4a71a789f925a8743b;hp=167d6174e2c588d46666bae9545c114d3da1903a;p=dsa-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 0ed5c0f0..fcf73741 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 %>