]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/recipes/default.rb
dns: Update dnscontrol to 4.15.1 (new concurrent updates)
[chef.git] / cookbooks / fail2ban / recipes / default.rb
index 060251680b6d9201ba6e1434e618253eb5d52c12..a218eb580fd3b22f7fa3a51e1a25dec65527cc92 100644 (file)
 # limitations under the License.
 #
 
-include_recipe "munin"
 include_recipe "prometheus"
 
 package %w[
   fail2ban
   python3-systemd
   ruby-webrick
+  logrotate
 ]
 
 if platform?("debian")
@@ -52,8 +52,6 @@ service "fail2ban" do
   action [:enable, :start]
 end
 
-munin_plugin "fail2ban"
-
 prometheus_exporter "fail2ban" do
   port 9635
   user "root"