voxpupuli / puppet-confluence

A puppet module to install confluence
https://forge.puppet.com/puppet/confluence
MIT License
21 stars 76 forks source link

Exposes checksum_verify in init.pp w/ conditional. #103

Closed sacres closed 7 years ago

sacres commented 7 years ago

This PR exposes checksum_verify (as the default for that is 'true' in archive module) in install.pp and exposes it with a conditional in init.pp instead. It sets the value depending on whether checksum is defined by user and performs the check, otherwise it does no check. @dhoppe @afisher @bbriggs @bastelfreak (and anyone else), please review. Thanks!