summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-02 19:34:31 +0100
committermh <mh@immerda.ch>2013-01-02 19:34:31 +0100
commit58103ed409fc61d8e653babb73fcaf510969f3db (patch)
tree0c022f3ff326248cc7194d3d1e5c768acfbcb399 /manifests/init.pp
parent2f388687ea30fdefdcd405807a0fce699807809d (diff)
parentfaf6fba9579e285efd28f2ef96a7e3a5d4a5dd4b (diff)
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.pp3
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: }
+
}