summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-04-26 11:13:05 +0200
committermh <mh@immerda.ch>2014-04-26 11:13:05 +0200
commitec203880b50e58dae5159e7279d0d14ec4b0b5d6 (patch)
tree4ab665a5eb5b5ac9646824d4db4747bfe85d79cb /manifests
parent30512c2321f5f979bdfe7400593a10d0936da1e0 (diff)
fix a regression from the last change: safe_mode_exec_bins is in php_options not php_settings
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/standard.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index 2eb231d..699edeb 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -143,7 +143,7 @@ define apache::vhost::php::standard(
force => true,
purge => true,
}
- if ('safe_mode_exec_bins' in $php_settings) {
+ if ('safe_mode_exec_bins' in $php_options) {
$std_php_settings_safe_mode_exec_dir = $php_safe_mode_exec_dir
$ensure_exec = $ensure ? {
'present' => directory,