X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a68415b8f2bf106b6ea5948b0605c897b516ef4f..436a8e7534aa9190e73902c79859a1a0de4dbdf2:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index af1e644a8..e6d1c0015 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -57,6 +57,10 @@ wordpress_plugin "sitepress-multilingual-cms" do repository "git://chef.openstreetmap.org/sitepress-multilingual-cms.git" end +wordpress_plugin "contact-form-7" do + site "join.osmfoundation.org" +end + civicrm_version = node[:civicrm][:version] civicrm_directory = "/srv/join.osmfoundation.org/wp-content/plugins/civicrm"