summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-08 16:04:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-08 16:04:05 -0300
commit1fc10431d098ad3ca74cda85b990fcbb8c843e2f (patch)
treeba733106e23ac795603281ac1878d7d37204f7fa
parent3baf7d8b10f026c307684b2ad93b3e17c0893dc6 (diff)
downloadpuppet-mail-1fc10431d098ad3ca74cda85b990fcbb8c843e2f.tar.gz
puppet-mail-1fc10431d098ad3ca74cda85b990fcbb8c843e2f.tar.bz2
Changing group for /var/mail/virtual and strict permissions
-rw-r--r--manifests/system.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 0aea418..5961f83 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -72,7 +72,7 @@ class mail::system {
file { '/var/mail/virtual':
ensure => directory,
owner => root,
- group => root,
- mode => 0755,
+ group => mail,
+ mode => 0770,
}
}