The package that's installed (at least on Ubuntu) will add /etc/php5/fpm/pool.d/www.conf. Thus, even if this pool is not in node['php-fpm']['pools'], it will still be enabled after the node converges.
This removes this stock pool unless it is detected in node['php-fpm']['pools'].
The package that's installed (at least on Ubuntu) will add
/etc/php5/fpm/pool.d/www.conf
. Thus, even if this pool is not innode['php-fpm']['pools']
, it will still be enabled after the node converges.This removes this stock pool unless it is detected in
node['php-fpm']['pools']
.