From: Tom Hughes Date: Sun, 8 Aug 2021 12:58:22 +0000 (+0100) Subject: Fix URL for Intel MAS CLI Tool X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c810e6117c2e4e131aa859942566e2734e815148 Fix URL for Intel MAS CLI Tool --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 6ee305401..957121785 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -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