summaryrefslogtreecommitdiff
path: root/manifests/expire.pp
AgeCommit message (Collapse)Author
2014-02-25Merge branch 'leap_master'varac
Conflicts: files/munin/dovecot manifests/base.pp manifests/centos.pp manifests/debian.pp manifests/expire.pp manifests/init.pp manifests/munin.pp manifests/quota.pp manifests/sieve.pp manifests/sql.pp
2012-06-27switch to 2.7 requirement of underscores instead of hyphensMicah Anderson
2012-06-20correct variable namingmh
2012-06-05new style for 2.7mh
2011-11-11remove the include ::dovecot from expire.pp, this keeps parameterized ↵Micah Anderson
classes from working
2011-09-02setup dovecot version differences for expire classMicah Anderson
2011-08-30the dovecot-expire.conf isn't used for the mysql typeMicah Anderson
I do not understand what the dovecot-expire.conf is used for, the dovecot documentation on the expire plugin (http://wiki1.dovecot.org/Plugins/Expire) doesn't talk about that file, and I cannot locate it via searches (except to find this module!). There is also no example file in the files/expire hierarchy. If its supposed to be for the sqlite method, then it should just be moved into expire/sqlite.pp - but I am not sure how to proceed with this, because I do not understand what the 'mixed' type is supposed to be.
2011-08-30fix missing commaMicah Anderson
2011-08-30switch class expire to a parameterized classMicah Anderson
NOTE: if you are using this class, you will need to change some variables old: $dovecot_expire_type new: $type old: $dovecot_mail_location new: $mail_location old: $dovecot_expire_dirs new: $dirs old: $dovecot_expire_days new: $days much simplier :)
2011-08-30add debian-specific cron expire snippetMicah Anderson
2011-08-30add mysql expire capability, provides a mysql-dict-expire.confMicah Anderson
2011-08-25formatting standardizationMicah Anderson
2010-08-07remove unnecessary fileserver variable (#2460)mh
2010-07-01proper escapingmh
2010-07-01actually delete the filesmh
2010-07-01introduce legacy way to expire mails in certain foldersmh
2009-12-07fix some more pathsmh
2009-12-07fix path lookupsmh
2009-12-06initial release of the new dovecot modulemh