]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ferm/templates/me.conf.erb
how bad can this go
[dsa-puppet.git] / modules / ferm / templates / me.conf.erb
index 085704bbbb3e3d91b6b6febfcdebe544a142bcc6..4c12bd55e7dd289562aaf4c4dc3bebce78509f2f 100644 (file)
@@ -9,11 +9,11 @@
 sshallowed = []
 
 case hostname
-  when 'logtest01' then sshallowed << [ '91.103.132.25', '91.103.132.49' ]
+  when 'logtest01' then sshallowed << [ '$DSA_IPS' ]
 end
 
 if sshallowed.length == 0
-  sshallowed << '0.0.0.0'
+  sshallowed = [ '0.0.0.0' ]
 end
 
 sshallowed.join(' ')