aboutsummaryrefslogtreecommitdiff
path: root/templates/20proxy.erb
blob: 520e7b1b8ac0f6457d6205516c98d387a1a825c8 (plain)
1
2
3
4
5
// This file is managed by Puppet
// all local modifications will be overwritten

Acquire::http { Proxy "<%= @proxy %>:<%= @port %>"; };
Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";