From 7210fba27dd9d55f533f1682fa41b536e032ef8d Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 20 Jun 2012 23:28:35 -0300 Subject: correct variable naming --- manifests/expire.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3