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/gitweb.pp | 2 +- manifests/vhost/modperl.pp | 2 +- manifests/vhost/php/drupal.pp | 2 +- manifests/vhost/php/joomla.pp | 2 +- manifests/vhost/php/mediawiki.pp | 2 +- manifests/vhost/php/simplemachine.pp | 2 +- manifests/vhost/php/webapp.pp | 2 +- manifests/vhost/php/wordpress.pp | 2 +- manifests/vhost/static.pp | 2 +- manifests/vhost/webdav.pp | 2 +- 10 files changed, 10 insertions(+), 10 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, 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, diff --git a/manifests/vhost/php/drupal.pp b/manifests/vhost/php/drupal.pp index ea0d031..62f8108 100644 --- a/manifests/vhost/php/drupal.pp +++ b/manifests/vhost/php/drupal.pp @@ -11,7 +11,7 @@ define apache::vhost::php::drupal( $server_admin = 'absent', $path = 'absent', $owner = root, - $group = 0, + $group = apache, $documentroot_owner = apache, $documentroot_group = 0, $documentroot_mode = 0640, diff --git a/manifests/vhost/php/joomla.pp b/manifests/vhost/php/joomla.pp index 21976ac..091be78 100644 --- a/manifests/vhost/php/joomla.pp +++ b/manifests/vhost/php/joomla.pp @@ -11,7 +11,7 @@ define apache::vhost::php::joomla( $server_admin = 'absent', $path = 'absent', $owner = root, - $group = 0, + $group = apache, $documentroot_owner = apache, $documentroot_group = 0, $documentroot_mode = 0640, diff --git a/manifests/vhost/php/mediawiki.pp b/manifests/vhost/php/mediawiki.pp index 2a454d2..1479443 100644 --- a/manifests/vhost/php/mediawiki.pp +++ b/manifests/vhost/php/mediawiki.pp @@ -12,7 +12,7 @@ define apache::vhost::php::mediawiki( $path = 'absent', $manage_docroot = true, $owner = root, - $group = 0, + $group = apache, $documentroot_owner = apache, $documentroot_group = 0, $documentroot_mode = 0640, 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, diff --git a/manifests/vhost/php/webapp.pp b/manifests/vhost/php/webapp.pp index d628dd8..b448ee2 100644 --- a/manifests/vhost/php/webapp.pp +++ b/manifests/vhost/php/webapp.pp @@ -14,7 +14,7 @@ define apache::vhost::php::webapp( $manage_docroot = true, $template_mode, $owner = root, - $group = 0, + $group = apache, $documentroot_owner = apache, $documentroot_group = 0, $documentroot_mode = 0640, 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, diff --git a/manifests/vhost/static.pp b/manifests/vhost/static.pp index 3c8d313..35128af 100644 --- a/manifests/vhost/static.pp +++ b/manifests/vhost/static.pp @@ -8,7 +8,7 @@ define apache::vhost::static( $server_admin = 'absent', $path = 'absent', $owner = root, - $group = 0, + $group = apache, $documentroot_owner = apache, $documentroot_group = 0, $documentroot_mode = 0640, diff --git a/manifests/vhost/webdav.pp b/manifests/vhost/webdav.pp index 17af442..3edb254 100644 --- a/manifests/vhost/webdav.pp +++ b/manifests/vhost/webdav.pp @@ -12,7 +12,7 @@ define apache::vhost::webdav( $server_admin = 'absent', $path = 'absent', $owner = root, - $group = 0, + $group = apache, $manage_webdir = true, $path_is_webdir = false, $logpath = 'absent', -- cgit v1.2.3