summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-07 19:13:52 +0000
committermh <mh@immerda.ch>2008-11-07 19:13:52 +0000
commit5426cdd51f47c8632ed94b26f532cb011fd17670 (patch)
tree86ce45cc99324c8387ecea434ce592e214866851 /manifests
parentfd13e5a7f13ba0887e70f6136803015f2dbe2639 (diff)
added missing parameter
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/defines.pp b/manifests/defines.pp
index 3bceecf..d56d62e 100644
--- a/manifests/defines.pp
+++ b/manifests/defines.pp
@@ -27,6 +27,7 @@ define apache::vhost::static(
$apache_mode = 0640,
$allow_override = 'None',
$additional_options = 'absent',
+ $ssl_mode = 'false',
$vhost_mode = 'template',
$vhost_source = 'absent',
$vhost_destination = 'absent'