]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/recipes/default.rb
Ensure python modules for log monitoring are installed for fail2ban
[chef.git] / 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
 ]