aboutsummaryrefslogtreecommitdiff
path: root/templates/proxy.erb
blob: 01c9861df681e93bf2734959f62177f33a2594b7 (plain)
1
2
3
4
Acquire {
<% if apt_http_proxy != false %>  HTTP::Proxy "<%= apt_http_proxy %>";<% end %>
<% if apt_ftp_proxy  != false %>  FTP::Proxy  "<%= apt_ftp_proxy %>";<% end %>
};