puppet-archive icon indicating copy to clipboard operation
puppet-archive copied to clipboard

Convert functions to puppet 4 API

Open alexjfisher opened this issue 7 years ago • 2 comments

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

  • [x] artifactory_sha1
  • [x] assemble_nexus_url
  • [ ] go_md5

alexjfisher avatar Mar 12 '18 12:03 alexjfisher

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.

trevor-vaughan avatar May 16 '18 13:05 trevor-vaughan

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

alexjfisher avatar Dec 06 '19 16:12 alexjfisher