diff options
author | mh <mh@immerda.ch> | 2013-01-02 19:34:31 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2013-01-02 19:34:31 +0100 |
commit | 58103ed409fc61d8e653babb73fcaf510969f3db (patch) | |
tree | 0c022f3ff326248cc7194d3d1e5c768acfbcb399 /manifests/init.pp | |
parent | 2f388687ea30fdefdcd405807a0fce699807809d (diff) | |
parent | faf6fba9579e285efd28f2ef96a7e3a5d4a5dd4b (diff) | |
download | puppet-shorewall-58103ed409fc61d8e653babb73fcaf510969f3db.tar.gz puppet-shorewall-58103ed409fc61d8e653babb73fcaf510969f3db.tar.bz2 |
Merge remote-tracking branch 'varac/master'
Conflicts:
files/boilerplate/providers.footer
files/boilerplate/providers.header
manifests/base.pp
manifests/providers.pp
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 580dc8c..63e6fd3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -63,4 +63,7 @@ class shorewall( # See http://www.shorewall.net/manpages/shorewall-tunnels.html shorewall::managed_file { tunnel: } + shorewall::managed_file { rtrules: } + shorewall::managed_file { providers: } + } |