voxpupuli / puppet-archive

Compressed archive file download and extraction with native types/providers for Windows and Unix
https://forge.puppet.com/puppet/archive
Apache License 2.0
60 stars 179 forks source link

Convert functions to puppet 4 API #321

Open alexjfisher opened 6 years ago

alexjfisher commented 6 years ago

Converting the puppet 3 API functions to use the Puppet 4 API, should fix environment isolation issues people occasionally have.

For example, it will probably fix https://github.com/voxpupuli/puppet-archive/issues/320

trevor-vaughan commented 6 years ago

FYI, the way the include statement works in go_md5 causes compilation to fail on occasion. It either needs to be ported to Puppet 4 or use a relative include.

alexjfisher commented 4 years ago

FYI, the way the include statement works in go_md5 causes compilation to fail on occasion. It either needs to be ported to Puppet 4 or use a relative include.

Are you a GoCD user? See https://github.com/voxpupuli/puppet-archive/pull/392