Merge ~smoser/cloud-init:bug/1628337 into cloud-init:master

Proposed by Scott Moser
Status: Merged
Merged at revision: 6d1edc3f5a18b328bdd307426056539d5b9071fd
Proposed branch: ~smoser/cloud-init:bug/1628337
Merge into: cloud-init:master
Diff against target: 19 lines (+1/-1)
1 file modified
config/cloud.cfg (+1/-1)
Reviewer Review Type Date Requested Status
Ryan Harper Approve
Review via email: mp+307055@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ryan Harper (raharper) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/config/cloud.cfg b/config/cloud.cfg
2index 3b4c538..d608dc8 100644
3--- a/config/cloud.cfg
4+++ b/config/cloud.cfg
5@@ -45,13 +45,13 @@ cloud_config_modules:
6 # Emit the cloud config ready event
7 # this can be used by upstart jobs for 'start on cloud-config'.
8 - emit_upstart
9- - ntp
10 - ssh-import-id
11 - locale
12 - set-passwords
13 - grub-dpkg
14 - apt-pipelining
15 - apt-configure
16+ - ntp
17 - timezone
18 - disable-ec2-metadata
19 - runcmd

Subscribers

People subscribed via source and target branches