X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/16b15f75a3eeeb17abce1510dd2a286151ea86cc..794cc957324de66edab45373053be3e601090f1f:/cookbooks/php/recipes/fpm.rb diff --git a/cookbooks/php/recipes/fpm.rb b/cookbooks/php/recipes/fpm.rb index 0be8bafe3..2bebc87d2 100644 --- a/cookbooks/php/recipes/fpm.rb +++ b/cookbooks/php/recipes/fpm.rb @@ -18,6 +18,7 @@ # include_recipe "php" +include_recipe "prometheus" package "php-fpm" @@ -25,7 +26,7 @@ template "/etc/php/#{node[:php][:version]}/fpm/conf.d/99-chef.ini" do source "php-fpm.ini.erb" owner "root" group "root" - mode 0o644 + mode "644" notifies :restart, "service[php#{node[:php][:version]}-fpm]" end