diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-07 10:29:49 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-07 10:29:49 -0500 |
commit | e6d4b76e5e60ff558c247ad76acd27343afe367c (patch) | |
tree | 4a7f2b9fb1fe2dfed34cc36d9f3ef4a704179421 /config | |
parent | ce5a554672f4ffbc383af08a35d22a1dd89ce41f (diff) | |
parent | 180620470ba9aae4aac804b8bd66d3af8bd71ee4 (diff) | |
download | vyos-cloud-init-e6d4b76e5e60ff558c247ad76acd27343afe367c.tar.gz vyos-cloud-init-e6d4b76e5e60ff558c247ad76acd27343afe367c.zip |
Add a more generic package install mechansim
This splits code in apt_update_upgrade into 'apt-update-upgrade' and
'apt-configure' and 'package-update-upgrade-install'.
The 'package-update-upgrade-install' then uses the generic distro
package mechanisms for acheiving the same goal.
Also, adjusts some of the reboot backoffs and log flushing/sleeping that was
happening there.
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index f6c9065a..05bb4eef 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -45,7 +45,8 @@ cloud_config_modules: - set-passwords - grub-dpkg - apt-pipelining - - apt-update-upgrade + - apt-configure + - package-update-upgrade-install - landscape - timezone - puppet |