voxpupuli / puppet-staging

⛔️ Deprecated in favor of puppet-archive
https://forge.puppet.com/puppet/archive
Apache License 2.0
51 stars 109 forks source link

add staging::verify #40

Closed t-8ch closed 10 years ago

t-8ch commented 10 years ago

Allows the validation of staging archives. It uses the *sum family of programms on the agent machine. Users can choose to validate on every run or after download.

nanliu commented 10 years ago

This seems to always trigger an exec resource. I do not plan to add any additional features to the staging module, and would much rather do this type of changes in a type/provider module.

See https://github.com/nanliu/puppet-archive, it will perform checksum, extraction, and clean up of the temporary archive file. It's work in progress module, and need some testing, but I much rather complete that and provide a wrapper in staging and migrate over.

t-8ch commented 10 years ago

This was intended to subscribe to downloads like it is integrated staging::deploy. I didn't see your archive module. It looks looks good. Thanks!