summaryrefslogtreecommitdiff
path: root/manifests/expire.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/expire.pp')
-rw-r--r--manifests/expire.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/expire.pp b/manifests/expire.pp
index 4a3bff5..72e1ad6 100644
--- a/manifests/expire.pp
+++ b/manifests/expire.pp
@@ -34,7 +34,7 @@ class dovecot::expire ( $type = 'sqlite', $mail_location = '', $dirs = '', $days
}
}
- if $type != 'legacy' {
+ if $type != 'legacy' and $type != 'mysql' {
file{'/etc/dovecot-expire.conf':
source => [ "puppet:///modules/site-dovecot/expire/${fqdn}/dovecot-expire.conf",
"puppet:///modules/site-dovecot/expire/dovecot-expire.conf",