]> git.openstreetmap.org Git - chef.git/commitdiff
Use gamin instead of inotify on Ubuntu
authorTom Hughes <tom@compton.nu>
Fri, 17 Nov 2023 19:55:07 +0000 (19:55 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 17 Nov 2023 19:55:07 +0000 (19:55 +0000)
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"