From a81d565d4d2edbcad098f5c77d5cf70ce70cb333 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 21 Nov 2009 13:47:23 +0100 Subject: introduce php_default_charset to set charset header in php --- manifests/vhost/php/wordpress.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manifests/vhost/php/wordpress.pp') diff --git a/manifests/vhost/php/wordpress.pp b/manifests/vhost/php/wordpress.pp index d12a989..0b94d4b 100644 --- a/manifests/vhost/php/wordpress.pp +++ b/manifests/vhost/php/wordpress.pp @@ -4,6 +4,12 @@ # and run_uid and run_gid are used as vhost users # run_uid: the uid the vhost should run as with the itk module # run_gid: the gid the vhost should run as with the itk module +# php_safe_mode_exec_bins: An array of local binaries which should be linked in the +# safe_mode_exec_bin for this hosting +# *default*: None +# php_default_charset: default charset header for php. +# *default*: absent, which will set the same as default_charset +# of apache define apache::vhost::php::wordpress( $ensure = present, $domain = 'absent', @@ -22,6 +28,7 @@ define apache::vhost::php::wordpress( $php_upload_tmp_dir = 'absent', $php_session_save_path = 'absent', $php_safe_mode_exec_bins = 'absent', + $php_default_charset = 'absent', $do_includes = false, $options = 'absent', $additional_options = 'absent', @@ -66,6 +73,7 @@ define apache::vhost::php::wordpress( php_upload_tmp_dir => $php_upload_tmp_dir, php_session_save_path => $php_session_save_path, php_safe_mode_exec_bins => $php_safe_mode_exec_bins, + php_default_charset => $php_default_charset, do_includes => $do_includes, options => $options, additional_options => $additional_options, -- cgit v1.2.3