From: Stephen Gran Date: Sat, 6 Mar 2010 15:31:59 +0000 (+0000) Subject: and not cause a syntax error X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=fe5c5a3adcbd8921dd4cf1f1e7430b4a5618e0b7;p=mirror%2Fdsa-puppet.git and not cause a syntax error Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/interfaces.conf.erb b/modules/ferm/templates/interfaces.conf.erb index 17c0c6674..8092282fc 100644 --- a/modules/ferm/templates/interfaces.conf.erb +++ b/modules/ferm/templates/interfaces.conf.erb @@ -3,6 +3,7 @@ ifs = [] interfaces.split(',').each do |iface| next unless Kernel.local_variables.include?("ipaddress_" + iface) ifs << iface +end ifs.join(' ') %>);