summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-21 19:48:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-21 19:48:55 -0200
commit5881e524282d57e8731a5846d755ce32a6e3406f (patch)
treef6d1e4980e96e87fa58a4085e7554212f6bd771c
parentb113edea1ae00c54cf6a9cfdd32cf00b87d2a761 (diff)
downloadpuppet-mail-5881e524282d57e8731a5846d755ce32a6e3406f.tar.gz
puppet-mail-5881e524282d57e8731a5846d755ce32a6e3406f.tar.bz2
Oops
-rw-r--r--manifests/dovecot.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/dovecot.pp b/manifests/dovecot.pp
index 3cb09b7..8619bcd 100644
--- a/manifests/dovecot.pp
+++ b/manifests/dovecot.pp
@@ -1,9 +1,9 @@
class mail::dovecot {
- $database_user = hiera('postfixadmin_database_user', 'postfix'),
- $database_host = hiera('postfixadmin_database_host', 'localhost'),
- $database_name = hiera('postfixadmin_database_name', 'postfix'),
- $database_password = hiera('postfixadmin_database_password', ''),
+ $database_user = hiera('postfixadmin_database_user', 'postfix')
+ $database_host = hiera('postfixadmin_database_host', 'localhost')
+ $database_name = hiera('postfixadmin_database_name', 'postfix')
+ $database_password = hiera('postfixadmin_database_password', '')
# Dovecot
service { "dovecot":