From aac520a5ce0051034f68b1aa88c5fe181c89d160 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 6 Dec 2008 12:17:48 +0000 Subject: - added default charset possiblity - enabled ssl on all 3 vhost modes --- manifests/defines/vhost_files.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/defines/vhost_files.pp') diff --git a/manifests/defines/vhost_files.pp b/manifests/defines/vhost_files.pp index 5352745..443375c 100644 --- a/manifests/defines/vhost_files.pp +++ b/manifests/defines/vhost_files.pp @@ -24,6 +24,7 @@ define apache::vhost( $php_upload_tmp_dir = 'absent', $php_session_save_path = 'absent', $cgi_binpath = 'absent', + $default_charset = 'absent', $do_includes = false, $options = 'absent', $additional_options = 'absent', @@ -59,6 +60,7 @@ define apache::vhost( do_includes => $do_includes, options => $options, additional_options => $additional_options, + default_charset => $default_charset, run_mode => $run_mode, run_uid => $run_uid, run_gid => $run_gid, @@ -181,6 +183,7 @@ define apache::vhost::template( $do_includes = false, $options = 'absent', $additional_options = 'absent', + $default_charset = 'absent', $run_mode = 'normal', $run_uid = 'absent', $run_gid = 'absent', -- cgit v1.2.3