summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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,