]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/default.rb
Update YAML.safe_load arguments in replicate-changesets
[chef.git] / cookbooks / apache / recipes / default.rb
index 090fc770c26a140a5e7a98a987610476a9355023..cade29d319641a4f5f18bdb628c28fa8ae791ff4 100644 (file)
@@ -24,6 +24,7 @@ include_recipe "ssl"
 package %w[
   apache2
   libwww-perl
+  logrotate
 ]
 
 %w[event itk prefork worker].each do |mpm|
@@ -113,7 +114,7 @@ fail2ban_jail "apache-forbidden" do
 end
 
 fail2ban_filter "apache-evasive" do
-  failregex "^Blacklisting address <ADDR>: possible DoS attack\.$"
+  failregex "Blacklisting address <ADDR>: possible DoS attack\.$"
 end
 
 fail2ban_jail "apache-evasive" do