]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Bypass default APT proxy to access bugs.debian.org.
authorintrigeri <intrigeri@boum.org>
Sat, 11 Dec 2010 18:58:19 +0000 (19:58 +0100)
committerintrigeri <intrigeri@boum.org>
Sat, 11 Dec 2010 18:58:19 +0000 (19:58 +0100)
This is needed when using apt-listbugs with an APT proxy that only {wants,can}
proxy "normal" APT traffic.

templates/20proxy.erb

index 3e1ae5d65c59c22b42d8682c306831749e5a171a..fd0c7fefee7704b4b721d542a2b81e3d62d7f529 100644 (file)
@@ -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";