hubspotdevops / puppet-nexus

Puppet module for Sonatype Nexus
MIT License
24 stars 93 forks source link

add checksum of downloaded file #51

Closed ymenager closed 7 years ago

ymenager commented 8 years ago

When downloading software to install, always add the ability to verify the downloaded file using a checksum (preferably SHA1 or higher)

tmclaugh commented 8 years ago

probably trivial. A parameter, undef by default, could be added and passed through to wget::fetch which supports that. About a 3 line change to 2 files.