Skip to content

apt: support all proxy options

intrigeri requested to merge support-all-apt-proxy-options into master

See the Apt::Proxy type in the apt module.

This allows overriding any of these options in our Puppet code, either per-node or globally. For example, we might want to enable either "direct" or "https_acng", to make it easier to use HTTPS APT sources.

For now, I'm leaving the default values to upstream's.

Merge request reports