summaryrefslogtreecommitdiff
path: root/manifests/dovecot.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/dovecot.pp')
-rw-r--r--manifests/dovecot.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/dovecot.pp b/manifests/dovecot.pp
index 8619bcd..ac22bfb 100644
--- a/manifests/dovecot.pp
+++ b/manifests/dovecot.pp
@@ -1,10 +1,5 @@
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,