]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Merge remote-tracking branch 'github/pull/697'
[chef.git] / cookbooks / hardware / recipes / default.rb
index 6ea634ee9e088010fdce78588957b5d759f0ce29..2fbf301418faae2419c3387ef7da68dee84f8cff 100644 (file)
@@ -465,10 +465,6 @@ 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