diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-08-06 07:15:36 +0100 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-08-06 07:15:36 +0100 |
commit | 1e84d5dad7dcd21a521d0977963450424ec35c9c (patch) | |
tree | c7574599fec8e5eee4fae311755c1b6e2e00fa7c /doc/examples/cloud-config.txt | |
parent | 270341583ff0c83b4e10ec3d1040b95555f7232f (diff) | |
download | vyos-cloud-init-1e84d5dad7dcd21a521d0977963450424ec35c9c.tar.gz vyos-cloud-init-1e84d5dad7dcd21a521d0977963450424ec35c9c.zip |
initially add support for apt_ftp_proxy and apt_https_proxy. tests to come.
LP: #1057195
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 24b4b36c..bcfd7917 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -53,6 +53,9 @@ apt_mirror_search: apt_mirror_search_dns: False # apt_proxy (configure Acquire::HTTP::Proxy) +# 'apt_http_proxy' is an alias for 'apt_proxy'. +# Also, available are 'apt_ftp_proxy' and 'apt_https_proxy'. +# These affect Acquire::FTP::Proxy and Acquire::HTTPS::Proxy respectively apt_proxy: http://my.apt.proxy:3128 # apt_pipelining (configure Acquire::http::Pipeline-Depth) |