diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-12-16 16:40:38 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-12-16 16:40:38 -0500 |
commit | 32e3e2f3d637051fb79f63f791270eeb05bc721b (patch) | |
tree | dbb007640bb39fecc670b28ee999aa4c20880eef /doc/examples/cloud-config.txt | |
parent | 9dc0f4698e6291a64abf846f6f22a3526758c183 (diff) | |
download | vyos-cloud-init-32e3e2f3d637051fb79f63f791270eeb05bc721b.tar.gz vyos-cloud-init-32e3e2f3d637051fb79f63f791270eeb05bc721b.zip |
add apt_proxy doc to cloud-config.txt
Diffstat (limited to 'doc/examples/cloud-config.txt')
-rw-r--r-- | doc/examples/cloud-config.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |