diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 22:16:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 22:16:00 -0300 |
commit | fc200fa2135f7bbc86564f17f476df6257affcf0 (patch) | |
tree | 38880c121c0e81d37cb84cfea5215f956bf1767e /manifests/base.pp | |
parent | 236336c6755c569ff43589b1256f177f11cfb1a0 (diff) | |
download | puppet-shorewall-fc200fa2135f7bbc86564f17f476df6257affcf0.tar.gz puppet-shorewall-fc200fa2135f7bbc86564f17f476df6257affcf0.tar.bz2 |
Adding shorewall::tunnel
Diffstat (limited to 'manifests/base.pp')
-rw-r--r-- | manifests/base.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index 53600e7..be3b1f6 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -46,6 +46,7 @@ class shorewall::base { File["/var/lib/puppet/modules/shorewall/tcdevices"], File["/var/lib/puppet/modules/shorewall/tcrules"], File["/var/lib/puppet/modules/shorewall/tcclasses"], + File["/var/lib/puppet/modules/shorewall/tunnel"], ], require => Package[shorewall], } |