summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoro <o@immerda.ch>2013-09-12 20:14:35 +0200
committero <o@immerda.ch>2013-09-12 20:14:35 +0200
commitae8c350b15952fb92a77bbf21f47565c768fb1c8 (patch)
treed1522a33178c8801deac121d1db2d2dfbdc54e77 /manifests
parent8ec33f650271c95c7a02983b7950ad7276fae189 (diff)
pass the php_tmp_dir option to fcgid
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/standard.pp9
1 files changed, 5 insertions, 4 deletions
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index 53fa8f9..a4f46b6 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -190,11 +190,12 @@ define apache::vhost::php::standard(
include apache::include::mod_fcgid
mod_fcgid::starter {$name:
- cgi_type => 'php',
+ cgi_type => 'php',
cgi_type_options => $real_php_settings,
- owner => $run_uid,
- group => $run_gid,
- notify => Service['apache'],
+ owner => $run_uid,
+ group => $run_gid,
+ notify => Service['apache'],
+ php_tmp_dir => $real_php_settings[php_tmp_dir]
}
}
default: { include ::php }