]> git.openstreetmap.org Git - chef.git/commitdiff
Remove old cleanup code
authorTom Hughes <tom@compton.nu>
Fri, 23 Sep 2022 23:48:02 +0000 (00:48 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 23 Sep 2022 23:48:02 +0000 (00:48 +0100)
cookbooks/hardware/recipes/default.rb

index 96d3bb9373600e7a0aa4b79e4d1df47158cb717c..3e2f1d576ffe6c18ba084f5ba7ce0d8251d2afba 100644 (file)
@@ -414,10 +414,6 @@ if !intel_ssds.empty? || !intel_nvmes.empty?
     version "#{intel_mas_package_version}"
     source "#{Chef::Config[:file_cache_path]}/intelmas_#{intel_mas_package_version}_amd64.deb"
   end
-
-  dpkg_package "isdct" do
-    action :purge
-  end
 end
 
 disks = disks.map do |disk|