From 34df80bc271f7ed17de879e82b54f31a98926e08 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 28 May 2011 11:32:39 +0200 Subject: first work on php_settings via hash --- manifests/vhost/php/webapp.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/vhost/php/webapp.pp') 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, -- cgit v1.2.3