]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dmca/recipes/default.rb
Bump cookstyle from 7.26.1 to 7.28.2
[chef.git] / cookbooks / dmca / recipes / default.rb
index 00a3d6c7d1a4b2faa0c0ab644b8a646dc7591fca..dceab0dba57fe6b6d2acee56e3780b0625c2d143 100644 (file)
@@ -20,6 +20,8 @@
 include_recipe "apache"
 include_recipe "php::fpm"
 
+package "php-pear"
+
 apache_module "proxy"
 apache_module "proxy_fcgi"
 
@@ -47,6 +49,7 @@ end
 php_fpm "dmca.openstreetmap.org" do
   php_admin_values "open_basedir" => "/srv/dmca.openstreetmap.org/html/:/usr/share/php/:/tmp/",
                    "disable_functions" => "exec,shell_exec,system,passthru,popen,proc_open"
+  prometheus_port 11201
 end
 
 apache_site "dmca.openstreetmap.org" do