Closed mineichen closed 9 years ago
manifests/params.pp oversupplies an extra slash for $pool_dir in redhat-systems at line 143 $pool_dir = '/etc/php-fpm.d/'
$pool_dir = '/etc/php-fpm.d/'
This results in a wrong path in php-fpm.conf: include=/etc/php-fpm.d//*.conf
include=/etc/php-fpm.d//*.conf
Temoporary solution: class { 'phpfpm': pool_dir => '/etc/php-fpm.d', }
class { 'phpfpm': pool_dir => '/etc/php-fpm.d', }
Thanks for the bug report!
manifests/params.pp oversupplies an extra slash for $pool_dir in redhat-systems at line 143
$pool_dir = '/etc/php-fpm.d/'
This results in a wrong path in php-fpm.conf:
include=/etc/php-fpm.d//*.conf
Temoporary solution:
class { 'phpfpm': pool_dir => '/etc/php-fpm.d', }