autopkg / grahamgilbert-recipes

Apache License 2.0
7 stars 19 forks source link

Adjust PuppetAgentProductsURLProvider to use new URLGetter superclass #19

Closed homebysix closed 4 years ago

homebysix commented 4 years ago

This new superclass will make the transition to Python 3.x / AutoPkg 2.x smoother, and uses the methodology documented here: https://github.com/autopkg/autopkg/wiki/Downloading-from-the-Internet-in-Custom-Processors

This PR also contains a minor fix: .format() was used where % should have been.