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:
c16e21d
)
get the ferm variable right
author
Stephen Gran
<steve@lobefin.net>
Sun, 7 Mar 2010 08:32:59 +0000
(08:32 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 7 Mar 2010 08:32:59 +0000
(08:32 +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
1bebce3
..
82bdb09
100644
(file)
--- a/
modules/ferm/templates/interfaces.conf.erb
+++ b/
modules/ferm/templates/interfaces.conf.erb
@@
-2,12
+2,12
@@
def $MUNIN_IPS = (<%= v4ips.split(',').join(' ') %>);
domain ip {
chain INPUT {
- daddr ($MUNIN_IP) NOP;
+ daddr ($MUNIN_IP
S
) NOP;
}
}
domain ip {
chain OUTPUT {
- saddr ($MUNIN_IP) NOP;
+ saddr ($MUNIN_IP
S
) NOP;
}
}