summaryrefslogtreecommitdiff
path: root/manifests/dovecot.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/dovecot.pp')
-rw-r--r--manifests/dovecot.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/dovecot.pp b/manifests/dovecot.pp
index 4eca941..0ced8e1 100644
--- a/manifests/dovecot.pp
+++ b/manifests/dovecot.pp
@@ -8,7 +8,7 @@ class mail::dovecot {
file { "/etc/dovecot/dovecot.conf":
ensure => present,
owner => root,
- group => root,
+ group => vmail,
mode => 0644,
source => "puppet://$server/modules/mail/dovecot/dovecot.conf",
notify => Service['dovecot'],