X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/778c200eeb80c748ea9c9eac53a29252eb02461e..7e5e5ba26f4a5b06fad5d1a1049df947e8a9cf00:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 6943b0f3a..ced22c5f4 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -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 @@ -62,13 +64,17 @@ end wordpress_plugin "sitepress-multilingual-cms" do site "join.osmfoundation.org" repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git" - not_if { ENV["TEST_KITCHEN"] } + not_if { kitchen? } end wordpress_plugin "contact-form-7" do site "join.osmfoundation.org" end +wordpress_plugin "civicrm-admin-utilities" do + site "join.osmfoundation.org" +end + civicrm_version = node[:civicrm][:version] civicrm_directory = "/srv/join.osmfoundation.org/wp-content/plugins/civicrm"