summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2009-11-18 20:56:47 +0100
committerAndreas <andreas@immerda.ch>2009-11-18 20:56:47 +0100
commit8ccc86c59dfa2e08ce982d33f8ca090a35643a08 (patch)
treef77bb70655f16730db7acfe7497c987f99fac344
parent8771aa492108c539a653051516775116e70d799d (diff)
bin-dir: user+group needs to be the documentroot user
-rw-r--r--manifests/vhost/php/standard.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index 7edea39..d90e1a7 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -66,7 +66,9 @@ define apache::vhost::php::standard(
source => "puppet://$server/modules/common/empty",
recurse => true,
purge => true,
- owner => $owner, group => $group, mode => 0750;
+ owner => $documentroot_owner,
+ group => $documentroot_group,
+ mode => 0750;
}
$php_safe_mode_exec_bins_subst = regsubst($php_safe_mode_exec_bins,"(.+)","${vhost}_\\1")
apache::vhost::php::safe_mode_bin{ $php_safe_mode_exec_bins_subst: