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/wordpress.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/vhost/php/wordpress.pp') diff --git a/manifests/vhost/php/wordpress.pp b/manifests/vhost/php/wordpress.pp index 09d38e0..e706b2f 100644 --- a/manifests/vhost/php/wordpress.pp +++ b/manifests/vhost/php/wordpress.pp @@ -11,7 +11,7 @@ define apache::vhost::php::wordpress( $server_admin = 'absent', $path = 'absent', $owner = root, - $group = 0, + $group = apache, $documentroot_owner = apache, $documentroot_group = 0, $documentroot_mode = 0640, -- cgit v1.2.3