From: Guillaume RISCHARD Date: Sun, 22 Nov 2020 10:38:31 +0000 (+0100) Subject: Add wp plugin civicrm-admin-utilities X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e093f2d86c9ce8a2f576e465688594238df18207 Add wp plugin civicrm-admin-utilities --- diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index c0542a635..a8881fc0d 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -71,6 +71,10 @@ 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"