X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/08cf52e21395d633afe7de03f255aaa0941bac1d..f229f226c2699a21a1519e951974b8d40b9346b2:/cookbooks/php/resources/fpm.rb?ds=sidebyside 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