diff options
author | Micah Anderson <micah@riseup.net> | 2015-05-08 16:07:30 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-05-08 16:07:30 -0400 |
commit | 77ce0b926b7418703223b4a6c489067f9d9bc4f5 (patch) | |
tree | 26892e3f801b3f32444a2bb494823f0e37c305e0 /manifests/init.pp | |
parent | 8a549b74ff01e4b8076f9e183526ba385c9d8f5a (diff) | |
parent | 74ea10a6a1d4f4c1624d85d3d3795eaf819df10c (diff) |
Merge branch 'master' into riseup
Diffstat (limited to 'manifests/init.pp')
-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 cd6488b..a567564 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -68,6 +68,8 @@ class shorewall( 'tunnel', # See http://www.shorewall.net/MultiISP.html 'rtrules', + # See http://www.shorewall.net/manpages/shorewall-mangle.html + 'mangle', ]:; } } |