]> git.openstreetmap.org Git - chef.git/commitdiff
Replace google-sitemap-generator with www-xml-sitemap-generator-org
authorTom Hughes <tom@compton.nu>
Sat, 23 Apr 2022 09:53:32 +0000 (10:53 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 23 Apr 2022 10:03:21 +0000 (11:03 +0100)
cookbooks/blog/recipes/default.rb

index e746b1006526aaea149cfbbe3dd18109fd80a124..e13ca7f3250a82e972acf0d210cfa7175232d77a 100644 (file)
@@ -53,10 +53,16 @@ wordpress_plugin "blog.openstreetmap.org-google-analytics-for-wordpress" do
 end
 
 wordpress_plugin "blog.openstreetmap.org-google-sitemap-generator" do
+  action :delete
   plugin "google-sitemap-generator"
   site "blog.openstreetmap.org"
 end
 
+wordpress_plugin "blog.openstreetmap.org-www-xml-sitemap-generator-org" do
+  plugin "www-xml-sitemap-generator-org"
+  site "blog.openstreetmap.org"
+end
+
 wordpress_plugin "blog.openstreetmap.org-shareadraft" do
   plugin "shareadraft"
   site "blog.openstreetmap.org"