]> git.openstreetmap.org Git - chef.git/commitdiff
Fix wp-fail2ban recipe for upstream changes
authorTom Hughes <tom@compton.nu>
Mon, 28 Mar 2016 21:54:17 +0000 (22:54 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 28 Mar 2016 21:54:17 +0000 (22:54 +0100)
cookbooks/wordpress/recipes/default.rb

index b8db4b29af8f1fdfb16fd6c0386e7400bbce49a2..847924d4be26ffb9e909f77aec13e49a4a2ddb8b 100644 (file)
@@ -32,7 +32,7 @@ apache_module "php5"
 apache_module "rewrite"
 
 fail2ban_filter "wordpress" do
-  source "http://plugins.svn.wordpress.org/wp-fail2ban/trunk/wordpress.conf"
+  source "http://plugins.svn.wordpress.org/wp-fail2ban/trunk/wordpress-hard.conf"
 end
 
 fail2ban_jail "wordpress" do