]> git.openstreetmap.org Git - chef.git/commitdiff
blog: Add piwik plugin for internal analytics
authorGrant Slater <git@firefishy.com>
Fri, 14 May 2021 13:53:21 +0000 (14:53 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 14 May 2021 13:53:21 +0000 (14:53 +0100)
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"