]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
civicrm: remove osmblog-wp-theme theme
[chef.git] / cookbooks / civicrm / recipes / default.rb
index 557e8b736d1dcd6ef7a973709aff5954aef414d5..f7469201476515017fc2c9279e02360708d08272 100644 (file)
@@ -72,7 +72,12 @@ end
 
 wordpress_theme "osmblog-wp-theme" do
   site "supporting.openstreetmap.org"
-  repository "https://github.com/osmfoundation/osmblog-wp-theme.git"
+  action :delete
+end
+
+wordpress_plugin "civicrm-wp-piwik" do
+  plugin "wp-piwik"
+  site "supporting.openstreetmap.org"
 end
 
 wordpress_plugin "registration-honeypot" do