summaryrefslogtreecommitdiff
path: root/manifests/vhost/template.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-06-13 15:51:58 +0200
committermh <mh@immerda.ch>2009-06-13 15:51:58 +0200
commit56f4022efe6127b455388f6c7ade05f09be2ae19 (patch)
tree826657c86048a2afa4a30154b20803a63362b2f1 /manifests/vhost/template.pp
parent3a92cae220d655c22d7bde865b597b5a92ac06d8 (diff)
introcuded ssl_mode only
Diffstat (limited to 'manifests/vhost/template.pp')
-rw-r--r--manifests/vhost/template.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/vhost/template.pp b/manifests/vhost/template.pp
index 26f5bd2..84e7f33 100644
--- a/manifests/vhost/template.pp
+++ b/manifests/vhost/template.pp
@@ -13,6 +13,7 @@
# - false: don't enable ssl for this vhost (default)
# - true: enable ssl for this vhost
# - force: enable ssl and redirect non-ssl to ssl
+# - only: enable ssl only
#
define apache::vhost::template(
$ensure = present,