summaryrefslogtreecommitdiff
path: root/manifests/vhost/template.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-06-16 10:48:46 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-06-16 10:48:46 +0200
commit45b25ae7b95d8030f02a3f540c4dca93812ef043 (patch)
tree53ba0b862a7a60f8b7a9429b8b2e833c6ae758b1 /manifests/vhost/template.pp
parentc03742dc0176ff451428150b78644fc3560260d3 (diff)
parent56f4022efe6127b455388f6c7ade05f09be2ae19 (diff)
Merge commit 'immerda/master' into development
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 228ec9d..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,
@@ -31,6 +32,7 @@ define apache::vhost::template(
$additional_options = 'absent',
$default_charset = 'absent',
$php_use_smarty = false,
+ $php_use_pear = false,
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',