diff options
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 f69a6f2..72e0533 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -72,4 +72,6 @@ class shorewall { # See http://www.shorewall.net/3.0/traffic_shaping.htm shorewall::managed_file { tcclasses: } + shorewall::managed_file { rtrules: } + } |