diff options
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 e4e3da7..6ad8504 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -32,4 +32,7 @@ class puppet { default: { include puppet::base } } + if $use_shorewall { + include shorewall::rules::out::puppet + } } |