summaryrefslogtreecommitdiff
path: root/manifests/vhost/template.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-16 21:51:22 +0200
committermh <mh@immerda.ch>2010-08-16 21:51:22 +0200
commitb3a17cff5315fbbda901a6f1d406c3500cf65a3a (patch)
tree24333b39346d8f6334fba28deaba415bf1ce700e /manifests/vhost/template.pp
parente8e48e7fc60d5551a315f9b0b6a01adfdc0e3558 (diff)
fix various missing things for itk_plus mode
Diffstat (limited to 'manifests/vhost/template.pp')
-rw-r--r--manifests/vhost/template.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/template.pp b/manifests/vhost/template.pp
index 36aa0cd..b4c2562 100644
--- a/manifests/vhost/template.pp
+++ b/manifests/vhost/template.pp
@@ -14,6 +14,7 @@
# - true: enable ssl for this vhost
# - force: enable ssl and redirect non-ssl to ssl
# - only: enable ssl only
+#
# 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
@@ -164,6 +165,7 @@ define apache::vhost::template(
ensure => $ensure,
do_includes => $do_includes,
run_mode => $run_mode,
+ ssl_mode => $ssl_mode,
mod_security => $mod_security,
htpasswd_file => $htpasswd_file,
htpasswd_path => $htpasswd_path,