You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least with version 6.0.2 of this module, the global_pool_settings parameter in php::fpm was applied to the default www pool. This is no longer the case in v8.0.2, but it is not mentioned as a breaking change in the CHANGELOG either.
fpm.pp uses a create_resources call. This function will only use default values from the third argument (the global_pool_settings) when they are not already specified in the second argument's hash.
At least with version 6.0.2 of this module, the
global_pool_settings
parameter inphp::fpm
was applied to the defaultwww
pool. This is no longer the case inv8.0.2
, but it is not mentioned as a breaking change in the CHANGELOG either.I suspect the change in #572 caused this:
The default pool is now defined in
params.pp
:puppet-php/manifests/params.pp
Lines 17 to 30 in 82a1698
fpm.pp
uses acreate_resources
call. This function will only use default values from the third argument (theglobal_pool_settings
) when they are not already specified in the second argument's hash.puppet-php/manifests/fpm.pp
Line 116 in 82a1698
The text was updated successfully, but these errors were encountered: