diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-09 09:54:44 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-09 09:54:44 -0500 |
commit | 1e588f0b5135731bbe2a588e26a3780176902910 (patch) | |
tree | 67a67601d2b912c625210cfdc74a844eca750dde /config | |
parent | e40c7c0a1ae8119e38a877154070e5fa63677a66 (diff) | |
parent | 91c1ef651077dbdbe7e8a85cb7b48926fbeb0aab (diff) | |
download | vyos-cloud-init-1e588f0b5135731bbe2a588e26a3780176902910.tar.gz vyos-cloud-init-1e588f0b5135731bbe2a588e26a3780176902910.zip |
add option apt_pipelining to cloud-config to address s3 mirrors (LP: #948461)
Thanks to Ben Howard.
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 01e63ef8..e9e3bb6c 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -19,6 +19,7 @@ cloud_config_modules: - locale - set-passwords - grub-dpkg + - apt-pipelining - apt-update-upgrade - landscape - timezone |