]> git.openstreetmap.org Git - chef.git/commitdiff
Fix URL for Intel MAS CLI Tool
authorTom Hughes <tom@compton.nu>
Sun, 8 Aug 2021 12:58:22 +0000 (13:58 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 8 Aug 2021 13:51:52 +0000 (14:51 +0100)
cookbooks/hardware/recipes/default.rb

index 6ee30540111f3d12661533a03e009edcc554f33a..957121785b2de1db9123b4ed921548d4d4c810ea 100644 (file)
@@ -362,7 +362,7 @@ if !intel_ssds.empty? || !intel_nvmes.empty?
   intel_mas_package_version = "#{intel_mas_tool_version}.147-0"
 
   remote_file "#{Chef::Config[:file_cache_path]}/Intel_MAS_CLI_Tool_#{intel_mas_tool_version}_Linux.zip" do
-    source "https://downloadmirror.intel.com/30556/eng/Intel%C2%AE_MAS_CLI_Tool_Linux_#{intel_mas_tool_version}.zip"
+    source "https://downloadmirror.intel.com/30556/eng/intel-mas-cli-tool-linux-#{intel_mas_tool_version.gsub('.', '-')}.zip"
   end
 
   execute "#{Chef::Config[:file_cache_path]}/Intel_MAS_CLI_Tool_#{intel_mas_tool_version}_Linux.zip" do