summaryrefslogtreecommitdiff
path: root/manifests/defines/vhost_files.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/defines/vhost_files.pp')
-rw-r--r--manifests/defines/vhost_files.pp3
1 files changed, 3 insertions, 0 deletions
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',