summaryrefslogtreecommitdiff
path: root/manifests/defines/vhost_varieties.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-01 23:32:06 +0000
committermh <mh@immerda.ch>2008-12-01 23:32:06 +0000
commite6f245b6258456806fbf00fd8037d29e38503654 (patch)
tree1c692b005010b0c6180ae39a950462b3bcc6c315 /manifests/defines/vhost_varieties.pp
parentd2be090cd6d3434700d537c04929739a05e78c2b (diff)
added ssl_mode param
Diffstat (limited to 'manifests/defines/vhost_varieties.pp')
-rw-r--r--manifests/defines/vhost_varieties.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/defines/vhost_varieties.pp b/manifests/defines/vhost_varieties.pp
index 493b5e4..89cda95 100644
--- a/manifests/defines/vhost_varieties.pp
+++ b/manifests/defines/vhost_varieties.pp
@@ -76,6 +76,7 @@ define apache::vhost::php::standard(
$options = 'absent',
$additional_options = 'absent',
$mod_security = 'true',
+ $ssl_mode = 'false',
$vhost_mode = 'template',
$vhost_source = 'absent',
$vhost_destination = 'absent',
@@ -166,6 +167,7 @@ define apache::vhost::modperl(
$options = 'absent',
$additional_options = 'absent',
$mod_security = 'true',
+ $ssl_mode = 'false',
$vhost_mode = 'template',
$vhost_source = 'absent',
$vhost_destination = 'absent',