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