From ec203880b50e58dae5159e7279d0d14ec4b0b5d6 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 26 Apr 2014 11:13:05 +0200 Subject: fix a regression from the last change: safe_mode_exec_bins is in php_options not php_settings --- manifests/vhost/php/standard.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, -- cgit v1.2.3