From: Tom Hughes Date: Sun, 29 Nov 2020 12:21:38 +0000 (+0000) Subject: Force pool name to be included in the FPM template parameters X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b44e5cb6e263e9e916aa60321c75fa74106805e7 Force pool name to be included in the FPM template parameters --- 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