diff options
author | Marknl <mark@e-rave.nl> | 2016-12-27 12:10:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-27 12:10:51 +0100 |
commit | 45c62306c1e0a3749a06db14deb4c7eb10cf9bee (patch) | |
tree | 11f12a5e05f77788181abff8666b1f9f537db43f /manifests | |
parent | f4648a11950120b553e96e3859e7d8131329ae59 (diff) |
Added conntrack to managed files
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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', ]:; } |