]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Install curl on the dev server
[chef.git] / cookbooks / hardware / recipes / default.rb
index 2fbf301418faae2419c3387ef7da68dee84f8cff..6ea634ee9e088010fdce78588957b5d759f0ce29 100644 (file)
@@ -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