]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/recipes/default.rb
Use gamin instead of inotify on Ubuntu
[chef.git] / cookbooks / fail2ban / recipes / default.rb
index 297d4fcc71e59cd656e16eaee32a01898e68646c..060251680b6d9201ba6e1434e618253eb5d52c12 100644 (file)
@@ -22,11 +22,16 @@ include_recipe "prometheus"
 
 package %w[
   fail2ban
-  python3-inotify
   python3-systemd
   ruby-webrick
 ]
 
+if platform?("debian")
+  package "python3-inotify"
+else
+  package "gamin"
+end
+
 template "/etc/fail2ban/jail.d/00-default.conf" do
   source "jail.default.erb"
   owner "root"