X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1f3ddddc98fcc15fb18a2d11ff2787c3b9c0e376..92b965efcd8f94ac50d057336aa0a4a5e79ed378:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 6309efcf4..465b5aaa3 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] @@ -53,19 +54,13 @@ end wordpress_theme "osmblog-wp-theme" do site "join.osmfoundation.org" - repository "https://github.com/harry-wood/osmblog-wp-theme.git" + repository "https://github.com/osmfoundation/osmblog-wp-theme.git" end 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