rapid7-cookbooks / nexpose

This cookbook installs Nexpose
12 stars 10 forks source link

Update URL/URI Attribute #41

Closed jjscaria closed 7 years ago

jjscaria commented 7 years ago

Master has default['nexpose']['installer']['uri'] = "http://download2.rapid7.com/download/NeXpose-v4/#{node['nexpose']['installer']['bin']}"

These doesn't exist: http://download2.rapid7.com/download/NeXpose-v4/Rapid7Setup-Linux64.bin http://download2.rapid7.com/download/NeXpose-v4/Rapid7Setup-Windows64.exe

Should it be: default['nexpose']['installer']['uri'] = "http://download2.rapid7.com/download/InsightVM/#{node['nexpose']['installer']['bin']}"

bcall-r7 commented 7 years ago

PR here: https://github.com/rapid7-cookbooks/nexpose/pull/42

bcall-r7 commented 7 years ago

This should now be fixed in master. Going to work on merging https://github.com/rapid7-cookbooks/nexpose/pull/36 The we will release a new version.

jjscaria commented 7 years ago

Thank you for the prompt response. Need to update ReadMe as well.