-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fpm_pools option not working after release 7.0.0 #558
Comments
I can confirm this unexpected behavior. Parameter |
Perhaps this could be addressed by adding a knockout_prefix for the default www pool? @jcharaoui if you refer to the linked commit above, the parameter 'php::fpm_pools' has moved to 'php::fpm::pools' instead, you'd need to change your Hiera data to reflect this. |
Furthermore, the default 'www' pool cannot be customized either using the php class. For instance, this has no effect: class {'::php':
# ...
fpm_pools => {
'www' => {
user => 'php',
pm => 'static'
}
}
} |
Can confirm, it's currently impossible to unset the default |
This issue has been resolved in master (see #572), but a new release is required |
After this change, fpm_pools does not work anymore.
As consequence, this use case is broken too
Version 7.0.0:
Created pools: www2 ---> correct
Afred 7.0.0:
Created pools: www and www2 ----> wrong
The text was updated successfully, but these errors were encountered: