summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-14 22:35:38 +0100
committermh <mh@immerda.ch>2009-12-14 22:35:38 +0100
commitea88b2d0597527467a0013de3c1c173d5e4d136f (patch)
tree88476899472b4e781b76139ba230076e76d448d9 /manifests/init.pp
parent6893d541eb220e90f3eff30274fc3d03e994485e (diff)
add sqlite support, refactor how sql is done, add readme
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3739c07..f0f4b29 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -6,6 +6,10 @@
class dovecot {
include dovecot::base
+ if $dovecot_sql_sqlite or $dovecot_sql_pgsql or $dovecot_sql_mysql {
+ include dovecot::sql
+ }
+
if $use_shorewall {
include shorewall::rules::pop3
include shorewall::rules::imap