]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Add wp-piwik plugin to civicrm site
[chef.git] / cookbooks / civicrm / recipes / default.rb
index 557e8b736d1dcd6ef7a973709aff5954aef414d5..dc320eb8a3b55d765490b17b63481f3a5eb4b103 100644 (file)
@@ -75,6 +75,11 @@ wordpress_theme "osmblog-wp-theme" do
   repository "https://github.com/osmfoundation/osmblog-wp-theme.git"
 end
 
+wordpress_plugin "civicrm-wp-piwik" do
+  plugin "wp-piwik"
+  site "supporting.openstreetmap.org"
+end
+
 wordpress_plugin "registration-honeypot" do
   site "supporting.openstreetmap.org"
 end