From 680e53b37eefa7e434f6281466077ce6b7bc7f2c Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Tue, 2 Feb 2010 23:42:43 -0500 Subject: add php_additional_open_basedirs and php_additional_options in php vhost (fully implemented in standard template only, for now) --- manifests/vhost/template.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/vhost/template.pp') diff --git a/manifests/vhost/template.pp b/manifests/vhost/template.pp index b0b2e8d..a9e0dbe 100644 --- a/manifests/vhost/template.pp +++ b/manifests/vhost/template.pp @@ -42,6 +42,8 @@ define apache::vhost::template( $php_use_pear = false, $php_safe_mode = true, $php_default_charset = 'absent', + $php_additional_open_basedirs = 'absent', + $php_additional_options = 'absent', $run_mode = 'normal', $run_uid = 'absent', $run_gid = 'absent', @@ -102,6 +104,7 @@ define apache::vhost::template( } } + # set default dirs for templates # php php_safe_mode_exec_bin directory case $php_safe_mode_exec_bin_dir { -- cgit v1.2.3