summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-21 23:07:02 +0100
committermh <mh@immerda.ch>2009-12-21 23:07:02 +0100
commit1b1b841c46a36991a3cdcad49c3e076ed376dd7a (patch)
tree70805eb82c426afc5f6dc71239ed0d1deee9cd05 /manifests/base.pp
parentea88b2d0597527467a0013de3c1c173d5e4d136f (diff)
manage logrotate as well
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index ebfe602..cddd27f 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -27,6 +27,8 @@ class dovecot::base {
owner => root, group => 12, mode => 0660;
}
+ include dovecot::logrotate
+
service{'dovecot':
ensure => running,
enable => true,