summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/simplemachine.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/php/simplemachine.pp')
-rw-r--r--manifests/vhost/php/simplemachine.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/simplemachine.pp b/manifests/vhost/php/simplemachine.pp
index 2c50a6e..18fa7cf 100644
--- a/manifests/vhost/php/simplemachine.pp
+++ b/manifests/vhost/php/simplemachine.pp
@@ -11,7 +11,7 @@ define apache::vhost::php::simplemachine(
$server_admin = 'absent',
$path = 'absent',
$owner = root,
- $group = 0,
+ $group = apache,
$documentroot_owner = apache,
$documentroot_group = 0,
$documentroot_mode = 0640,