]> git.openstreetmap.org Git - chef.git/commitdiff
Disable download of Intel SST tool until Intel sort their shit out
authorTom Hughes <tom@compton.nu>
Tue, 15 Nov 2022 08:27:47 +0000 (08:27 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 15 Nov 2022 08:27:47 +0000 (08:27 +0000)
cookbooks/hardware/recipes/default.rb

index 656bb58ba4ad62f72e3279b052f0eb3ff6c127b2..e64a49b5a93dee99148e0fdd55685ec5728b2899 100644 (file)
@@ -412,9 +412,9 @@ if !intel_ssds.empty? || !intel_nvmes.empty?
   sst_tool_version = "1.3"
   sst_package_version = "#{sst_tool_version}.208-0"
 
-  remote_file "#{Chef::Config[:file_cache_path]}/SST_CLI_Linux_#{sst_tool_version}.zip" do
-    source "https://downloadmirror.intel.com/743764/SST_CLI_Linux_#{sst_tool_version}.zip"
-  end
+  remote_file "#{Chef::Config[:file_cache_path]}/SST_CLI_Linux_#{sst_tool_version}.zip" do
+    source "https://downloadmirror.intel.com/743764/SST_CLI_Linux_#{sst_tool_version}.zip"
+  end
 
   execute "#{Chef::Config[:file_cache_path]}/SST_CLI_Linux_#{sst_tool_version}.zip" do
     command "unzip SST_CLI_Linux_#{sst_tool_version}.zip sst_#{sst_package_version}_amd64.deb"