I have a few nodes that I'd like to install packages externally from my company (which sits behind a proxy). Is there anything in the "package" resource that would allow this?
Or is there a way I can temporarily set the environment variables *http_proxy*, *https_proxy*, and *no_proxy* while the package is being installed?
I see *http_proxy_host* can be set in puppet.conf, but I was just looking for a temporary solution...not something that permanently setup the proxy. Not to mention that this is only a single setting, and doesn't seem to support *https_proxy* or *no_proxy* settings.
↧