summaryrefslogtreecommitdiff
path: root/manifests/vhost/modperl.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/modperl.pp
parent26143b27195cb6cee1a9c75d6ec825dc8295443a (diff)
chaning default group, as we set the root of a vhost to 640
Diffstat (limited to 'manifests/vhost/modperl.pp')
-rw-r--r--manifests/vhost/modperl.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/modperl.pp b/manifests/vhost/modperl.pp
index 35e1f93..eb78c42 100644
--- a/manifests/vhost/modperl.pp
+++ b/manifests/vhost/modperl.pp
@@ -11,7 +11,7 @@ define apache::vhost::modperl(
$server_admin = 'absent',
$path = 'absent',
$owner = root,
- $group = 0,
+ $group = apache,
$documentroot_owner = apache,
$documentroot_group = 0,
$documentroot_mode = 0640,