summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-08-30 15:35:00 -0400
committerMicah Anderson <micah@riseup.net>2011-08-30 15:35:00 -0400
commit82fd77f4431d1066dd3a281724b3466091a170f8 (patch)
treee0c3dd18fdcb4da2c5d8e8cb17c8dab6b8cf5363
parentd28e4e238a5f738f265f585f69ff3221de3118ab (diff)
fix missing comma
-rw-r--r--manifests/expire.pp2
1 files changed, 1 insertions, 1 deletions
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