]> git.openstreetmap.org Git - chef.git/commitdiff
Update udevadm path for Ubuntu 20.04 compatibility
authorTom Hughes <tom@compton.nu>
Sun, 17 May 2020 22:11:36 +0000 (23:11 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 17 May 2020 22:11:36 +0000 (23:11 +0100)
cookbooks/devices/recipes/default.rb

index 0b8ba5a514d02d7670ff903e0c66f779b1b4334d..6c859aa77300dfe7cc32335f8f923999e8acbe80 100644 (file)
@@ -25,7 +25,7 @@ end
 
 execute "udevadm-trigger" do
   action :nothing
-  command "/sbin/udevadm trigger --action=add"
+  command "/bin/udevadm trigger --action=add"
 end
 
 template "/etc/udev/rules.d/99-chef.rules" do