diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-07 10:07:03 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-07 10:07:03 -0500 |
commit | df3300e23324f2bb4d0d21a433b03708dc2feaeb (patch) | |
tree | 65b7f4034f9d4430b32ab41b35b8cf61f87b3bda /config | |
parent | 5ffd19a0fbc473e34ac78f80d264c08ac0125e2b (diff) | |
download | vyos-cloud-init-df3300e23324f2bb4d0d21a433b03708dc2feaeb.tar.gz vyos-cloud-init-df3300e23324f2bb4d0d21a433b03708dc2feaeb.zip |
update config to address name change
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 b3411d11..51a05821 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -43,7 +43,8 @@ cloud_config_modules: - set-passwords - grub-dpkg - apt-pipelining - - apt-update-upgrade + - apt-configure + - package-update-upgrade-install - landscape - timezone - puppet |