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:
a5f7988
)
lets load nf_conntrack_ftp on buildds
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 8 Mar 2010 13:32:21 +0000
(14:32 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 8 Mar 2010 13:32:21 +0000
(14:32 +0100)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
d119402
..
c863b56
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-79,6
+79,9
@@
node default {
case $kernel {
Linux: {
include ferm
+ @ferm::rule { "dsa-hook-nf_conntrack_ftp":
+ rule => "@hook pre 'modprobe nf_conntrack_ftp || true'",
+ description => "let's load nf_conntrack_ftp" ; }
}
}
}