From: Stephen Gran Date: Sat, 20 Feb 2010 19:39:05 +0000 (+0000) Subject: get variable right X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=167d6174e2c588d46666bae9545c114d3da1903a;p=dsa-puppet.git get variable right Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index cfb8a3e2..0ed5c0f0 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -5,7 +5,7 @@ @def $SSH_SOURCES = <% -ssh_allowed = case nodename +ssh_allowed = case hostname when 'logtest01' then '0.0.0.0/0' end ssh_allowed