summaryrefslogtreecommitdiff
path: root/manifests/vhost.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-05-26 15:08:17 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-05-26 15:08:26 +0200
commit3d77aa1b26b01a15f8335ed5741b3e99352f73da (patch)
tree44aa446e4b8f07dc37cd9291ac2726b93217e495 /manifests/vhost.pp
parentb232a1df036ae44237586ae565e25e5b69f1da0c (diff)
only enable smarty when told to
and include smarty then
Diffstat (limited to 'manifests/vhost.pp')
-rw-r--r--manifests/vhost.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost.pp b/manifests/vhost.pp
index c5215a0..f1b010b 100644
--- a/manifests/vhost.pp
+++ b/manifests/vhost.pp
@@ -19,6 +19,7 @@ define apache::vhost(
$allow_override = 'None',
$php_upload_tmp_dir = 'absent',
$php_session_save_path = 'absent',
+ $php_use_smarty = false,
$cgi_binpath = 'absent',
$default_charset = 'absent',
$do_includes = false,
@@ -63,6 +64,7 @@ define apache::vhost(
options => $options,
additional_options => $additional_options,
default_charset => $default_charset,
+ php_use_smarty => $php_use_smarty,
run_mode => $run_mode,
run_uid => $run_uid,
run_gid => $run_gid,