]> git.openstreetmap.org Git - chef.git/commitdiff
wordpress: Make fail2ban a little friendlier
authorGrant Slater <git@firefishy.com>
Fri, 31 Jan 2014 10:04:11 +0000 (10:04 +0000)
committerGrant Slater <git@firefishy.com>
Fri, 31 Jan 2014 10:04:11 +0000 (10:04 +0000)
cookbooks/wordpress/recipes/default.rb

index bb004f6063de45748a66f47628e7fba4e0fb061a..688dd189f09c8249ac50c286275d0376cc4a18d0 100644 (file)
@@ -43,4 +43,5 @@ fail2ban_jail "wordpress" do
   filter "wordpress"
   logpath "/var/log/auth.log"
   ports 80, 443
+  maxretry 6
 end