From: Grant Slater Date: Fri, 14 May 2021 13:53:21 +0000 (+0100) Subject: blog: Add piwik plugin for internal analytics X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e455b3abcb977bf1af625fcb6707d12dc2b33e27 blog: Add piwik plugin for internal analytics --- diff --git a/cookbooks/blog/recipes/default.rb b/cookbooks/blog/recipes/default.rb index 2f80e2b13..1f292eeb1 100644 --- a/cookbooks/blog/recipes/default.rb +++ b/cookbooks/blog/recipes/default.rb @@ -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"