summaryrefslogtreecommitdiff
path: root/manifests/vhost/webdav.pp
diff options
context:
space:
mode:
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',