puppetlabs / puppetlabs-puppet_agent

Module for managing Puppet-Agent
Apache License 2.0
41 stars 193 forks source link

support download with python3 urllib.request #702

Closed h0tw1r3 closed 5 months ago

h0tw1r3 commented 5 months ago

Found minimal images that do not include perl, curl, or wget, but did have python3.

urllib.request is built-in to python3, reliable way to download for our purposes.