From f85786eeeb72716ad62612b8c9863e6d3b0b2530 Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Tue, 16 Jun 2009 11:04:00 +0200 Subject: chaning default group, as we set the root of a vhost to 640 --- manifests/vhost/php/simplemachine.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/vhost/php/simplemachine.pp') 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, -- cgit v1.2.3