From 82fd77f4431d1066dd3a281724b3466091a170f8 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 30 Aug 2011 15:35:00 -0400 Subject: fix missing comma --- manifests/expire.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/expire.pp b/manifests/expire.pp index 53e69e6..4a3bff5 100644 --- a/manifests/expire.pp +++ b/manifests/expire.pp @@ -1,4 +1,4 @@ -class dovecot::expire ( $type = 'sqlite', $mail_location = '' $dirs = '', $days = '' ) { +class dovecot::expire ( $type = 'sqlite', $mail_location = '', $dirs = '', $days = '' ) { include ::dovecot -- cgit v1.2.3