summaryrefslogtreecommitdiff
path: root/manifests/vhost/webdav.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-06-16 11:33:54 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-06-16 11:33:54 +0200
commit35e2a59351e717afd2158dee8cb936715dd40276 (patch)
treea9ca97c6552303ae17a3bae27217339226c04388 /manifests/vhost/webdav.pp
parentc22602a9fae1e97c31ee3f628fc0d2743d9fb216 (diff)
pass run_gid as well
Diffstat (limited to 'manifests/vhost/webdav.pp')
-rw-r--r--manifests/vhost/webdav.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/vhost/webdav.pp b/manifests/vhost/webdav.pp
index 3edb254..8aafbb5 100644
--- a/manifests/vhost/webdav.pp
+++ b/manifests/vhost/webdav.pp
@@ -63,6 +63,7 @@ define apache::vhost::webdav(
server_admin => $server_admin,
run_mode => $run_mode,
run_uid => $run_uid,
+ run_gid => $name,
options => $options,
additional_options => $additional_options,
default_charset => $default_charset,