From: Stephen Gran <steve@lobefin.net>
Date: Sat, 6 Mar 2010 15:31:59 +0000 (+0000)
Subject: and not cause a syntax error
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fe5c5a3adcbd8921dd4cf1f1e7430b4a5618e0b7;p=dsa-puppet.git

and not cause a syntax error

Signed-off-by: Stephen Gran <steve@lobefin.net>
---

diff --git a/modules/ferm/templates/interfaces.conf.erb b/modules/ferm/templates/interfaces.conf.erb
index 17c0c667..8092282f 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(' ')
 %>);