From 02cfba03d2439b26dce8c37210dcbb85196fb5f4 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 25 May 2014 16:47:39 +0200 Subject: adapt to new naming --- 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 699edeb..69d0fa8 100644 --- a/manifests/vhost/php/standard.pp +++ b/manifests/vhost/php/standard.pp @@ -212,7 +212,7 @@ define apache::vhost::php::standard( include apache::include::mod_fcgid mod_fcgid::starter {$name: - php_tmp_dir => $real_php_settings[php_tmp_dir], + tmp_dir => $real_php_settings[php_tmp_dir], cgi_type => 'php', cgi_type_options => delete($real_php_settings, php_tmp_dir), owner => $run_uid, -- cgit v1.2.3