module-apt/templates/20proxy.erb
2012-08-22 10:55:25 -04:00

5 lines
183 B
Text

// This file is managed by Puppet
// all local modifications will be overwritten
Acquire::http { Proxy "<%= proxy %>:<%= port %>"; };
Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";