From 409a842102e662aa2d80903c6643fd6ba7581c7e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 11 Nov 2011 11:25:25 -0500 Subject: fix syntax error --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index de8259c..2ed1765 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -8,7 +8,7 @@ class dovecot( 'pop3-hostname' => $fqdn, }, $munin_checks = true, - $manage_shorewall = true + $manage_shorewall = true, $version = 2 ){ case $operatingsystem { -- cgit v1.2.3