summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/expire.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/expire.pp b/manifests/expire.pp
index e5679f4..c0cf8b9 100644
--- a/manifests/expire.pp
+++ b/manifests/expire.pp
@@ -1,7 +1,5 @@
class dovecot::expire ( $type = 'sqlite', $mail_location = '', $dirs = '', $days = '' ) {
- include ::dovecot
-
file { '/etc/cron.daily/dovecot-expire':
owner => root, group => 0, mode => 0755;
}