]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Enable prometheus monitoring for more PHP-FPM sites
[chef.git] / cookbooks / civicrm / recipes / default.rb
index 6943b0f3a32448968d0859771de4321a57e74ed1..c0542a63586018ea6bdb2648a649ad6ceccaad82 100644 (file)
@@ -26,6 +26,7 @@ package %w[
   rsync
   unzip
   wkhtmltopdf
+  php-bcmath
 ]
 
 cache_dir = Chef::Config[:file_cache_path]
@@ -48,6 +49,7 @@ wordpress_site "join.osmfoundation.org" do
   database_name "civicrm"
   database_user "civicrm"
   database_password database_password
+  fpm_prometheus_port 11301
 end
 
 wordpress_theme "osmblog-wp-theme" do