From e13f802676279f1237c6811ee9e751829fec11cd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 23 Apr 2022 11:08:56 +0100 Subject: [PATCH] Disable installation of geporess wordpress plugin --- cookbooks/stateofthemap/recipes/default.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 768fca04e..447628c9f 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -65,10 +65,10 @@ wordpress_theme "2007.stateofthemap.org-refreshwp-11" do revision "theme-2007" end -wordpress_plugin "2007.stateofthemap.org-geopress" do - plugin "geopress" - site "2007.stateofthemap.org" -end +# wordpress_plugin "2007.stateofthemap.org-geopress" do +# plugin "geopress" +# site "2007.stateofthemap.org" +# end directory "/srv/2008.stateofthemap.org" do owner "wordpress" @@ -93,10 +93,10 @@ wordpress_theme "2008.stateofthemap.org-refreshwp-11" do revision "theme-2008" end -wordpress_plugin "2008.stateofthemap.org-geopress" do - plugin "geopress" - site "2008.stateofthemap.org" -end +# wordpress_plugin "2008.stateofthemap.org-geopress" do +# plugin "geopress" +# site "2008.stateofthemap.org" +# end directory "/srv/2009.stateofthemap.org" do owner "wordpress" -- 2.39.5