summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/vhost/gitweb.pp2
-rw-r--r--manifests/vhost/modperl.pp2
-rw-r--r--manifests/vhost/php/drupal.pp2
-rw-r--r--manifests/vhost/php/joomla.pp2
-rw-r--r--manifests/vhost/php/mediawiki.pp2
-rw-r--r--manifests/vhost/php/simplemachine.pp2
-rw-r--r--manifests/vhost/php/webapp.pp2
-rw-r--r--manifests/vhost/php/wordpress.pp2
-rw-r--r--manifests/vhost/static.pp2
-rw-r--r--manifests/vhost/webdav.pp2
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',