]> git.openstreetmap.org Git - chef.git/commitdiff
Update hardware cookbook for new version of Intel SSD tool
authorTom Hughes <tom@compton.nu>
Mon, 18 Mar 2019 13:47:43 +0000 (13:47 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 18 Mar 2019 13:47:43 +0000 (13:47 +0000)
cookbooks/hardware/recipes/default.rb

index b74d4235ab71045fd62576c7069b70dbb4cf3c7b..8da9b9b9aea029508891740aefbef18371a0db67 100644 (file)
@@ -294,8 +294,8 @@ intel_nvmes = nvmes.select { |pci| pci[:vendor_name] == "Intel Corporation" }
 if !intel_ssds.empty? || !intel_nvmes.empty?
   package "unzip"
 
-  remote_file "#{Chef::Config[:file_cache_path]}/Intel_SSD_Data_Center_Tool_3.0.13_Linux.zip" do
-    source "https://downloadmirror.intel.com/28460/eng/Intel_SSD_Data_Center_Tool_3.0.17_Linux.zip"
+  remote_file "#{Chef::Config[:file_cache_path]}/Intel_SSD_Data_Center_Tool_3.0.19_Linux.zip" do
+    source "https://downloadmirror.intel.com/28639/eng/Intel_SSD_Data_Center_Tool_3.0.19_Linux.zip"
   end
 
   execute "#{Chef::Config[:file_cache_path]}/Intel_SSD_Data_Center_Tool_3.0.13_Linux.zip" do