From 62b6906414fced9dc3f84932bcb7acef420a2e7a Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 8 Dec 2009 00:44:03 +0100 Subject: include and activate shorewall rules and munin plugin --- manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 8eeeeb0..3739c07 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -8,5 +8,10 @@ class dovecot { if $use_shorewall { include shorewall::rules::pop3 + include shorewall::rules::imap + } + + if $use_munin { + include dovecot::munin } } -- cgit v1.2.3