summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-13 22:16:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-13 22:16:00 -0300
commitfc200fa2135f7bbc86564f17f476df6257affcf0 (patch)
tree38880c121c0e81d37cb84cfea5215f956bf1767e /manifests/init.pp
parent236336c6755c569ff43589b1256f177f11cfb1a0 (diff)
Adding shorewall::tunnel
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f69a6f2..57dbeac 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -71,5 +71,7 @@ class shorewall {
shorewall::managed_file { tcrules: }
# See http://www.shorewall.net/3.0/traffic_shaping.htm
shorewall::managed_file { tcclasses: }
+ # See http://www.shorewall.net/manpages/shorewall-tunnels.html
+ shorewall::managed_file { tunnel: }
}