summaryrefslogtreecommitdiff
path: root/manifests/vhost/template.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-02 23:42:43 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-02 23:42:43 -0500
commit680e53b37eefa7e434f6281466077ce6b7bc7f2c (patch)
tree116598faaf1b678f64ef98b7d79f0ce361d9b18a /manifests/vhost/template.pp
parentdaf3cb2965e5c91c0ac817d7edf73581e2c21953 (diff)
add php_additional_open_basedirs and php_additional_options in php vhost (fully implemented in standard template only, for now)
Diffstat (limited to 'manifests/vhost/template.pp')
-rw-r--r--manifests/vhost/template.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/vhost/template.pp b/manifests/vhost/template.pp
index b0b2e8d..a9e0dbe 100644
--- a/manifests/vhost/template.pp
+++ b/manifests/vhost/template.pp
@@ -42,6 +42,8 @@ define apache::vhost::template(
$php_use_pear = false,
$php_safe_mode = true,
$php_default_charset = 'absent',
+ $php_additional_open_basedirs = 'absent',
+ $php_additional_options = 'absent',
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',
@@ -102,6 +104,7 @@ define apache::vhost::template(
}
}
+
# set default dirs for templates
# php php_safe_mode_exec_bin directory
case $php_safe_mode_exec_bin_dir {