summaryrefslogtreecommitdiff
path: root/manifests/sql.pp
AgeCommit message (Collapse)Author
2012-06-27switch to 2.7 requirement of underscores instead of hyphensMicah Anderson
2011-11-10add the dovecot-dict-sql.conf to the dovecot::sql classMicah Anderson
2011-09-02the new version of dovecot (version 2) has a number of differences from ↵Micah Anderson
version 1, so I added a $version class parameter (defaulting to 2) so we can have different configurations for the different versions. for version 2, debian does have different sql packages, so we test the above variable before attempting to install the packages, rather than test for the $operatingsystem in sql.pp
2011-08-25debian doesn't have different packages for the different database drivers to ↵Micah Anderson
dovecot so we case out based on the $operatingsystem to determine if we include those packages, or not. Additionally, the dovecot config on Debian is in /etc/dovecot, so we override the dovecot-sql.conf resource to specify that location
2011-08-25formatting standardizationMicah Anderson
2010-12-12as we are already in the dovecot type we can take the prefix awaymh
2010-12-12make dovecot_type a parametrized class variablemh
2010-12-12refactor classes to use parametrized classesmh
2010-08-07remove unnecessary fileserver variable (#2460)mh
2010-01-04check on right flagmh
2009-12-14add sqlite support, refactor how sql is done, add readmemh
2009-12-06initial release of the new dovecot modulemh