projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46d1f9
)
and not cause a syntax error
author
Stephen Gran
<steve@lobefin.net>
Sat, 6 Mar 2010 15:31:59 +0000
(15:31 +0000)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/ferm/templates/interfaces.conf.erb
b/modules/ferm/templates/interfaces.conf.erb
index
17c0c66
..
8092282
100644
(file)
--- 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(' ')
%>);