X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1f3ddddc98fcc15fb18a2d11ff2787c3b9c0e376..65cf383861b6a6b2568f22aab2e2f0b34a5198e0:/cookbooks/civicrm/recipes/default.rb?ds=inline diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 6309efcf4..a6c449434 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -26,6 +26,7 @@ package %w[ rsync wkhtmltopdf php-bcmath + php-intl ] cache_dir = Chef::Config[:file_cache_path] @@ -60,12 +61,6 @@ wordpress_plugin "registration-honeypot" do site "join.osmfoundation.org" end -wordpress_plugin "sitepress-multilingual-cms" do - site "join.osmfoundation.org" - repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git" - not_if { kitchen? } -end - wordpress_plugin "contact-form-7" do site "join.osmfoundation.org" end