]> git.openstreetmap.org Git - chef.git/commitdiff
wordpress: unpin wp-fail2ban release
authorGrant Slater <github@firefishy.com>
Fri, 6 Oct 2023 22:15:49 +0000 (23:15 +0100)
committerGrant <github@firefishy.com>
Tue, 10 Oct 2023 15:30:17 +0000 (16:30 +0100)
cookbooks/wordpress/resources/site.rb

index e4096614ffcae7e32b4214f2d0558ef83b0152b5..52bba4ce5ae9a724f4bdab868e6b140bee303467 100644 (file)
@@ -192,7 +192,6 @@ action :create do
 
   wordpress_plugin "wp-fail2ban" do
     site new_resource.site
-    version "5.1.1"
     reload_apache false
   end