summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-05-25 16:47:39 +0200
committermh <mh@immerda.ch>2014-05-25 16:48:11 +0200
commit02cfba03d2439b26dce8c37210dcbb85196fb5f4 (patch)
treeccacb2f7192ed7be60ee3d720d1465996831b6ac /manifests
parent736cbf13fa0df0dfbc7d8e2308410c71726af7bf (diff)
adapt to new naming
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 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,