X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f61fef8f4ef75e9fc9a6a0421b9e3c5304c79784..b44e5cb6e263e9e916aa60321c75fa74106805e7:/cookbooks/php/resources/fpm.rb diff --git a/cookbooks/php/resources/fpm.rb b/cookbooks/php/resources/fpm.rb index c461cf679..0178e64ce 100644 --- a/cookbooks/php/resources/fpm.rb +++ b/cookbooks/php/resources/fpm.rb @@ -45,7 +45,7 @@ action :create do owner "root" group "root" mode "644" - variables new_resource.to_hash + variables new_resource.to_hash.merge(:pool => new_resource.pool) end if new_resource.prometheus_port