248d7e46ff
This is needed when using apt-listbugs with an APT proxy that only {wants,can} proxy "normal" APT traffic.
5 lines
207 B
Text
5 lines
207 B
Text
// This file is managed by Puppet
|
|
// all local modifications will be overwritten
|
|
|
|
Acquire::http { Proxy "<%= real_apt_proxy %>:<%= real_apt_proxy_port %>"; };
|
|
Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";
|