summaryrefslogtreecommitdiff
path: root/manifests/vhost/webdav.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-06-16 11:04:00 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-06-16 11:04:00 +0200
commitf85786eeeb72716ad62612b8c9863e6d3b0b2530 (patch)
tree20d91d7f26c8da3e6b81609be75d686d879e9789 /manifests/vhost/webdav.pp
parent26143b27195cb6cee1a9c75d6ec825dc8295443a (diff)
chaning default group, as we set the root of a vhost to 640
Diffstat (limited to 'manifests/vhost/webdav.pp')
-rw-r--r--manifests/vhost/webdav.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/webdav.pp b/manifests/vhost/webdav.pp
index 17af442..3edb254 100644
--- a/manifests/vhost/webdav.pp
+++ b/manifests/vhost/webdav.pp
@@ -12,7 +12,7 @@ define apache::vhost::webdav(
$server_admin = 'absent',
$path = 'absent',
$owner = root,
- $group = 0,
+ $group = apache,
$manage_webdir = true,
$path_is_webdir = false,
$logpath = 'absent',