diff options
Diffstat (limited to 'manifests/dovecot.pp')
-rw-r--r-- | manifests/dovecot.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/dovecot.pp b/manifests/dovecot.pp index c4f7b4b..3cb09b7 100644 --- a/manifests/dovecot.pp +++ b/manifests/dovecot.pp @@ -1,4 +1,10 @@ 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', ''), + # Dovecot service { "dovecot": ensure => running, |