From 45c62306c1e0a3749a06db14deb4c7eb10cf9bee Mon Sep 17 00:00:00 2001 From: Marknl Date: Tue, 27 Dec 2016 12:10:51 +0100 Subject: Added conntrack to managed files --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests') 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', ]:; } -- cgit v1.2.3