From 311ce8d3ddafd00543bdbde6b59e3453f88d159f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 26 Jan 2010 11:08:33 -0200 Subject: Adding proxy support --- templates/proxy.erb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/proxy.erb (limited to 'templates/proxy.erb') diff --git a/templates/proxy.erb b/templates/proxy.erb new file mode 100644 index 0000000..01c9861 --- /dev/null +++ b/templates/proxy.erb @@ -0,0 +1,4 @@ +Acquire { +<% if apt_http_proxy != false %> HTTP::Proxy "<%= apt_http_proxy %>";<% end %> +<% if apt_ftp_proxy != false %> FTP::Proxy "<%= apt_ftp_proxy %>";<% end %> +}; -- cgit v1.2.3