From 1b90c659513b4bee5bcdfd43114c1ee774c5677b Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 11 Nov 2011 12:03:04 -0500 Subject: remove the include ::dovecot from expire.pp, this keeps parameterized classes from working --- manifests/expire.pp | 2 -- 1 file changed, 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; } -- cgit v1.2.3