]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ferm/templates/me.conf.erb
try not to screw up template syntax
[dsa-puppet.git] / modules / ferm / templates / me.conf.erb
index 0ed5c0f07d2c25489f9497dae95973cb0ea8635f..fcf73741c7c223768a3e22b8fbc69051e8570396 100644 (file)
@@ -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
 %>