X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc..a98f185bb1612b38b9a2eaed85ac9711ca2afe9f:/cookbooks/php/recipes/fpm.rb diff --git a/cookbooks/php/recipes/fpm.rb b/cookbooks/php/recipes/fpm.rb index ecda9640c..4fbbc881a 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" @@ -32,3 +33,4 @@ end service "php#{node[:php][:version]}-fpm" do action [:enable, :start] end +