]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/php/recipes/fpm.rb
Configure phpfpm exporter for main wiki
[chef.git] / cookbooks / php / recipes / fpm.rb
index ecda9640cefb750fd0ae9f1c93beb18adbf6c21a..4fbbc881a5945857acf40155a641e18da3ab2611 100644 (file)
@@ -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
+