]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/blog/recipes/default.rb
blog: Add piwik plugin for internal analytics
[chef.git] / cookbooks / blog / recipes / default.rb
index 2f80e2b13f78aa2437c9ae905650971a4c540a0e..1f292eeb1dfd76b2e008f432b9da2259753ede0a 100644 (file)
@@ -74,6 +74,11 @@ wordpress_plugin "blog.openstreetmap.org-wordpress-importer" do
   site "blog.openstreetmap.org"
 end
 
+wordpress_plugin "blog.openstreetmap.org-wp-piwik" do
+  plugin "wp-piwik"
+  site "blog.openstreetmap.org"
+end
+
 git "/srv/blog.openstreetmap.org/casts" do
   action :sync
   repository "https://github.com/openstreetmap/opengeodata-podcasts.git"