]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/resources/site.rb
wordpress: Disable fail2ban health filter check
[chef.git] / cookbooks / wordpress / resources / site.rb
index c8a3e388321e200f56289d84b5d105dfbd0a0c88..1e3417188e57eb9d42863cfd5c3e729f83a747e2 100644 (file)
@@ -102,6 +102,7 @@ action :create do
       line += "define( 'AUTOMATIC_UPDATER_DISABLED', true);\r\n"
       line += "define( 'FORCE_SSL_LOGIN', true);\r\n"
       line += "define( 'FORCE_SSL_ADMIN', true);\r\n"
+      line += "define( 'WP_FAIL2BAN_SITE_HEALTH_SKIP_FILTERS', true);\r\n"
     end
 
     line