diff options
Diffstat (limited to 'manifests/vhost/php/webapp.pp')
-rw-r--r-- | manifests/vhost/php/webapp.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/php/webapp.pp b/manifests/vhost/php/webapp.pp index bd72eb1..b4b4195 100644 --- a/manifests/vhost/php/webapp.pp +++ b/manifests/vhost/php/webapp.pp @@ -53,6 +53,7 @@ define apache::vhost::php::webapp( $php_session_save_path = 'absent', $php_safe_mode_exec_bins = 'absent', $php_default_charset = 'absent', + $php_settings = {}, $do_includes = false, $options = 'absent', $additional_options = 'absent', @@ -126,6 +127,7 @@ define apache::vhost::php::webapp( php_session_save_path => $php_session_save_path, php_safe_mode_exec_bins => $php_safe_mode_exec_bins, php_default_charset => $php_default_charset, + php_settings => $php_settings, do_includes => $do_includes, options => $options, additional_options => $additional_options, |