I wrote a very simple and small recipe using the tutorial for installing .msu package, but received an error:
#<Net::HTTPServerException: msu_package[Cumulative Update for Windows 10 Version 1803 for x64-based Systems (KB4493464) - 04/22/2019] (win10_patches::windows line 6) had an error: Net::HTTPServerException: remote_file[Cumulative Update for Windows 10 Version 1803 for x64-based Systems (KB4493464) - 04/22/2019] (C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib/chef/provider/package/msu.rb line 91) had an error: Net::HTTPServerException: 404 "Not Found"> had an error:
msu_package[Cumulative Update for Windows 10 Version 1803 for x64-based Systems (KB4493464) - 04/22/2019] (win10_patches::windows line 6) had an error: Net::HTTPServerException: remote_file[Cumulative Update for Windows 10 Version 1803 for x64-based Systems (KB4493464) - 04/22/2019] (C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib/chef/provider/package/msu.rb line 91) had an error: Net::HTTPServerException: 404 "Not Found"
Here's my recipe from https://docs.chef.io/resource_msu_package.html
msu_package 'Cumulative Update for Windows 10 Version 1803 for x64-based Systems (KB4493464) - 04/22/2019' do
source 'URL/aaa/bbb/ccc/windows10.0-kb4493464x64_600727950855f0c510f998f9fb285ab26435969c.msu'
action :install
end
Any help would really appreciate it.