and not cause a syntax error
authorStephen Gran <steve@lobefin.net>
Sat, 6 Mar 2010 15:31:59 +0000 (15:31 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 6 Mar 2010 15:31:59 +0000 (15:31 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/templates/interfaces.conf.erb

index 17c0c66..8092282 100644 (file)
@@ -3,6 +3,7 @@ ifs = []
 interfaces.split(',').each do |iface|
   next unless Kernel.local_variables.include?("ipaddress_" + iface)
   ifs << iface
+end
 ifs.join(' ')
 %>);