summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-20 23:28:35 -0300
committermh <mh@immerda.ch>2012-06-20 23:28:35 -0300
commit7210fba27dd9d55f533f1682fa41b536e032ef8d (patch)
tree6f088151a7561786e05dfffc161971c4af4c6056
parente2d4e6ca10904e73a70e7398e830ccff5f4f29d6 (diff)
correct variable naming
-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