summaryrefslogtreecommitdiff
path: root/manifests/vhost.pp
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2009-11-18 18:43:30 +0100
committerAndreas <andreas@immerda.ch>2009-11-18 18:43:30 +0100
commit8a30f43b186e967421fd550aa117a56dda869938 (patch)
tree1e4f9178b3e4c2045c32ce45222300a83cc9d253 /manifests/vhost.pp
parent211812c875cf0d6bfbf96d30b23ecaed7aee1fb3 (diff)
renames and proc move from webhosting for php_safe_mode_exec_bins
Diffstat (limited to 'manifests/vhost.pp')
-rw-r--r--manifests/vhost.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/vhost.pp b/manifests/vhost.pp
index f845162..0a76fbc 100644
--- a/manifests/vhost.pp
+++ b/manifests/vhost.pp
@@ -18,7 +18,7 @@ define apache::vhost(
$domainalias = 'absent',
$server_admin = 'absent',
$allow_override = 'None',
- $php_bin_dir = 'absent',
+ $php_safe_mode_exec_bin_dir = 'absent',
$php_upload_tmp_dir = 'absent',
$php_session_save_path = 'absent',
$php_use_smarty = false,
@@ -63,7 +63,7 @@ define apache::vhost(
domain => $domain,
domainalias => $domainalias,
server_admin => $server_admin,
- php_bin_dir => $php_bin_dir,
+ php_safe_mode_exec_bin_dir => $php_safe_mode_exec_bin_dir,
php_upload_tmp_dir => $php_upload_tmp_dir,
php_session_save_path => $php_session_save_path,
cgi_binpath => $cgi_binpath,