summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1e20374..8eeeeb0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,4 +5,8 @@
# we take rpms from fedora
class dovecot {
include dovecot::base
+
+ if $use_shorewall {
+ include shorewall::rules::pop3
+ }
}