X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dc24b65b23a6c1dcc2f0ba2aa971563555c35e..f8615415d66741ec7ad5aa2b9d23272f10e2b1a2:/cookbooks/hardware/recipes/default.rb diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 2fbf30141..6ea634ee9 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -465,6 +465,10 @@ end disks = disks.compact.uniq if disks.count.positive? + apt_preference "smartmontools" do + action :remove + end + package "smartmontools" template "/etc/cron.daily/update-smart-drivedb" do