summaryrefslogtreecommitdiff
path: root/manifests/vhost/template.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-06-13 00:04:15 +0200
committermh <mh@immerda.ch>2009-06-13 00:04:15 +0200
commit3a92cae220d655c22d7bde865b597b5a92ac06d8 (patch)
tree76f08ce761a119eaa2cd213e2aad2abc3ebfb4d6 /manifests/vhost/template.pp
parent7cd37266beea81f613c41260e8921eef956dbb1e (diff)
we can now also enable the usage of pear
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 228ec9d..26f5bd2 100644
--- a/manifests/vhost/template.pp
+++ b/manifests/vhost/template.pp
@@ -31,6 +31,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',