summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/webapp.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/php/webapp.pp')
-rw-r--r--manifests/vhost/php/webapp.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/webapp.pp b/manifests/vhost/php/webapp.pp
index d628dd8..b448ee2 100644
--- a/manifests/vhost/php/webapp.pp
+++ b/manifests/vhost/php/webapp.pp
@@ -14,7 +14,7 @@ define apache::vhost::php::webapp(
$manage_docroot = true,
$template_mode,
$owner = root,
- $group = 0,
+ $group = apache,
$documentroot_owner = apache,
$documentroot_group = 0,
$documentroot_mode = 0640,