summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-11-11 12:03:04 -0500
committerMicah Anderson <micah@riseup.net>2011-11-11 12:03:04 -0500
commit1b90c659513b4bee5bcdfd43114c1ee774c5677b (patch)
treedc5a2eb285bc425601e7582726c2829aa945d923
parent069fcab0555667c87e5b9b055dd17116c0703ce2 (diff)
remove the include ::dovecot from expire.pp, this keeps parameterized classes from working
-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;
}