]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
put longma back into production
[chef.git] / cookbooks / civicrm / recipes / default.rb
index 6309efcf4f53b2ac6ece0dce1e93e5d545efc55c..a6c4494346f2ef7048660a1f5a83433f48742bf6 100644 (file)
@@ -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