From: intrigeri Date: Sat, 11 Dec 2010 18:58:19 +0000 (+0100) Subject: Bypass default APT proxy to access bugs.debian.org. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=248d7e46ff1506050f3bffb0d462da37e139729e;p=puppet-apt.git Bypass default APT proxy to access bugs.debian.org. This is needed when using apt-listbugs with an APT proxy that only {wants,can} proxy "normal" APT traffic. --- diff --git a/templates/20proxy.erb b/templates/20proxy.erb index 3e1ae5d..fd0c7fe 100644 --- a/templates/20proxy.erb +++ b/templates/20proxy.erb @@ -2,3 +2,4 @@ // all local modifications will be overwritten Acquire::http { Proxy "<%= real_apt_proxy %>:<%= real_apt_proxy_port %>"; }; +Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";