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/php/standard.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/vhost/php/standard.pp') diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp index a6e2ff0..6a83a42 100644 --- a/manifests/vhost/php/standard.pp +++ b/manifests/vhost/php/standard.pp @@ -35,6 +35,8 @@ define apache::vhost::php::standard( $php_safe_mode = true, $php_safe_mode_exec_bins = 'absent', $php_default_charset = 'absent', + $php_additional_open_basedirs = 'absent', + $php_additional_options = 'absent', $do_includes = false, $options = 'absent', $additional_options = 'absent', @@ -146,6 +148,8 @@ define apache::vhost::php::standard( php_use_pear => $php_use_pear, php_safe_mode => $php_safe_mode, php_default_charset => $real_php_default_charset, + php_additional_open_basedirs => $php_additional_open_basedirs, + php_additional_options => $php_additional_options, ssl_mode => $ssl_mode, htpasswd_file => $htpasswd_file, htpasswd_path => $htpasswd_path, -- cgit v1.2.3