summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarknl <mark@e-rave.nl>2016-12-27 12:10:51 +0100
committerGitHub <noreply@github.com>2016-12-27 12:10:51 +0100
commit45c62306c1e0a3749a06db14deb4c7eb10cf9bee (patch)
tree11f12a5e05f77788181abff8666b1f9f537db43f
parentf4648a11950120b553e96e3859e7d8131329ae59 (diff)
Added conntrack to managed files
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 5966bed..6ee8c5d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -95,6 +95,8 @@ class shorewall(
'tunnels',
# See http://www.shorewall.net/MultiISP.html
'rtrules',
+ # See http://shorewall.net/manpages/shorewall-conntrack.html
+ 'conntrack',
]:;
}