summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-11-11 11:25:25 -0500
committerMicah Anderson <micah@riseup.net>2011-11-11 11:25:25 -0500
commit409a842102e662aa2d80903c6643fd6ba7581c7e (patch)
treeaa4a9b4ab5f36194445c4135b170ad51fc9d8353
parentcab934f909690ce57e222a2ed5d6a53c74679191 (diff)
fix syntax error
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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 {