Scott Moser has proposed merging ~smoser/cloud-init:bug/1628337 into cloud-init:master.
Requested reviews: cloud init development team (cloud-init-dev) Related bugs: Bug #1628337 in cloud-init: "cloud-init tries to install NTP before even configuring the archives" https://bugs.launchpad.net/cloud-init/+bug/1628337 For more details, see: https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/307055 -- Your team cloud init development team is requested to review the proposed merge of ~smoser/cloud-init:bug/1628337 into cloud-init:master.
diff --git a/config/cloud.cfg b/config/cloud.cfg index 3b4c538..d608dc8 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -45,13 +45,13 @@ cloud_config_modules: # Emit the cloud config ready event # this can be used by upstart jobs for 'start on cloud-config'. - emit_upstart - - ntp - ssh-import-id - locale - set-passwords - grub-dpkg - apt-pipelining - apt-configure + - ntp - timezone - disable-ec2-metadata - runcmd
_______________________________________________ Mailing list: https://launchpad.net/~cloud-init-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~cloud-init-dev More help : https://help.launchpad.net/ListHelp

