From 32e3e2f3d637051fb79f63f791270eeb05bc721b Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 16 Dec 2011 16:40:38 -0500 Subject: add apt_proxy doc to cloud-config.txt --- doc/examples/cloud-config.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index db37fc4b..e73b8743 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -42,6 +42,9 @@ apt_mirror_search: - http://local-mirror.mydomain - http://archive.ubuntu.com +# apt_proxy (configure Acquire::HTTP::Proxy) +apt_proxy: http://my.apt.proxy:3128 + # Preserve existing /etc/apt/sources.list # Default: overwrite sources_list with mirror. If this is true # then apt_mirror above will have no effect -- cgit v1.2.3