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:
4fea88c
)
Revert "older ferm syntax"
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 25 Jul 2010 12:55:25 +0000
(14:55 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sun, 25 Jul 2010 12:55:25 +0000
(14:55 +0200)
This reverts commit
4fea88ca758ac7f9a4a1a6909040403245004727
.
modules/ferm/templates/me.conf.erb
patch
|
blob
|
history
diff --git
a/modules/ferm/templates/me.conf.erb
b/modules/ferm/templates/me.conf.erb
index
7e959d4
..
87e0b40
100644
(file)
--- a/
modules/ferm/templates/me.conf.erb
+++ b/
modules/ferm/templates/me.conf.erb
@@
-33,8
+33,8
@@
out << "@def $SSH_SOURCES = (#{ssh4allowed.join(' ')});"
out << "@def $SSH_V6_SOURCES = (#{ssh6allowed.join(' ')});"
if %w{cilea}.include?(hostname) then
- out << 'hook pre "/sbin/modprobe nf_conntrack_sip";'
- out << 'hook pre "/sbin/modprobe nf_conntrack_h323";'
+ out << '
@
hook pre "/sbin/modprobe nf_conntrack_sip";'
+ out << '
@
hook pre "/sbin/modprobe nf_conntrack_h323";'
end
smtp4allowed = []