summaryrefslogtreecommitdiff
path: root/manifests/defines/vhost_varieties.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 16:26:58 +0200
committermh <mh@immerda.ch>2009-05-17 16:26:58 +0200
commit5f96bd555dc38f563747952bac88ea73fc33333e (patch)
treecc1325f8f25cc532fe326da3b51235eb1c3c4e1f /manifests/defines/vhost_varieties.pp
parente93717d71fc67b9bb9cb8246092345094d611072 (diff)
directories get automagically +x
Diffstat (limited to 'manifests/defines/vhost_varieties.pp')
-rw-r--r--manifests/defines/vhost_varieties.pp18
1 files changed, 9 insertions, 9 deletions
diff --git a/manifests/defines/vhost_varieties.pp b/manifests/defines/vhost_varieties.pp
index bf9b8bc..7a3e100 100644
--- a/manifests/defines/vhost_varieties.pp
+++ b/manifests/defines/vhost_varieties.pp
@@ -28,7 +28,7 @@ define apache::vhost::static(
$group = 0,
$documentroot_owner = apache,
$documentroot_group = 0,
- $documentroot_mode = 0750,
+ $documentroot_mode = 0640,
$allow_override = 'None',
$do_includes = false,
$options = 'absent',
@@ -92,7 +92,7 @@ define apache::vhost::php::standard(
$group = apache,
$documentroot_owner = apache,
$documentroot_group = 0,
- $documentroot_mode = 0750,
+ $documentroot_mode = 0640,
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',
@@ -178,7 +178,7 @@ define apache::vhost::php::joomla(
$group = 0,
$documentroot_owner = apache,
$documentroot_group = 0,
- $documentroot_mode = 0750,
+ $documentroot_mode = 0640,
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',
@@ -277,7 +277,7 @@ define apache::vhost::php::wordpress(
$group = 0,
$documentroot_owner = apache,
$documentroot_group = 0,
- $documentroot_mode = 0750,
+ $documentroot_mode = 0640,
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',
@@ -362,7 +362,7 @@ define apache::vhost::php::simplemachine(
$group = 0,
$documentroot_owner = apache,
$documentroot_group = 0,
- $documentroot_mode = 0750,
+ $documentroot_mode = 0640,
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',
@@ -446,7 +446,7 @@ define apache::vhost::php::drupal(
$group = 0,
$documentroot_owner = apache,
$documentroot_group = 0,
- $documentroot_mode = 0750,
+ $documentroot_mode = 0640,
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',
@@ -535,7 +535,7 @@ define apache::vhost::webdav(
$path_is_webdir = false,
$documentroot_owner = apache,
$documentroot_group = 0,
- $documentroot_mode = 0750,
+ $documentroot_mode = 0640,
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',
@@ -607,7 +607,7 @@ define apache::vhost::modperl(
$group = 0,
$documentroot_owner = apache,
$documentroot_group = 0,
- $documentroot_mode = 0750,
+ $documentroot_mode = 0640,
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',
@@ -701,7 +701,7 @@ define apache::vhost::php::webapp(
$group = 0,
$documentroot_owner = apache,
$documentroot_group = 0,
- $documentroot_mode = 0750,
+ $documentroot_mode = 0640,
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',