From 3d77aa1b26b01a15f8335ed5741b3e99352f73da Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Tue, 26 May 2009 15:08:17 +0200 Subject: only enable smarty when told to and include smarty then --- manifests/vhost.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/vhost.pp') 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, -- cgit v1.2.3