]> git.openstreetmap.org Git - chef.git/commitdiff
Ensure python modules for log monitoring are installed for fail2ban
authorTom Hughes <tom@compton.nu>
Fri, 17 Nov 2023 19:41:46 +0000 (19:41 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 17 Nov 2023 19:43:08 +0000 (19:43 +0000)
cookbooks/fail2ban/recipes/default.rb

index 0a4c479f469537a5d88b92b8d54c9ba2ce3f4ae8..297d4fcc71e59cd656e16eaee32a01898e68646c 100644 (file)
@@ -22,6 +22,8 @@ include_recipe "prometheus"
 
 package %w[
   fail2ban
+  python3-inotify
+  python3-systemd
   ruby-webrick
 ]