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 de8f086..42a170c 100644
--- a/manifests/expire.pp
+++ b/manifests/expire.pp
@@ -1,7 +1,7 @@
class dovecot::expire(
$type = 'script',
$mail_location = 'absent',
- $expire_days = '14',
+ $days = '14',
$directories = 'Trash\|Junk'
) {
include ::dovecot