summaryrefslogtreecommitdiff
path: root/manifests/vhost/template.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-07-25 13:14:09 +0200
committermh <mh@immerda.ch>2009-07-25 13:14:09 +0200
commit7d1fe3693a106ead679584c52b0eaa6611847d25 (patch)
tree9b9ff39b75fc61a5aa6d8b6aea4187dfb09b62fa /manifests/vhost/template.pp
parent5112b0a8ccc83e1b3dc44b55bac5444d7c125877 (diff)
add variable to tweak php safe_mode
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 b8a5c4c..d6881b0 100644
--- a/manifests/vhost/template.pp
+++ b/manifests/vhost/template.pp
@@ -33,6 +33,7 @@ define apache::vhost::template(
$default_charset = 'absent',
$php_use_smarty = false,
$php_use_pear = false,
+ $php_safe_mode = true,
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',