plugin "sitepress-multilingual-cms"
site "blog.openstreetmap.org"
repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git"
- not_if { ENV["TEST_KITCHEN"] }
+ not_if { kitchen? }
end
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"