summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2016-09-28 12:07:26 -0400
committerScott Moser <smoser@brickies.net>2016-09-28 12:07:26 -0400
commit6d1edc3f5a18b328bdd307426056539d5b9071fd (patch)
treef9cee90dc35d5d529ba4c2a228f45823e3b429ff /config
parent0439d8a17d181a2546f2f7cb2d71a04bbb13b186 (diff)
downloadvyos-cloud-init-6d1edc3f5a18b328bdd307426056539d5b9071fd.tar.gz
vyos-cloud-init-6d1edc3f5a18b328bdd307426056539d5b9071fd.zip
ntp: move to run after apt configuration
since ntp module may try to install packages, it needs to run after apt is configured. LP: #1628337
Diffstat (limited to 'config')
-rw-r--r--config/cloud.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg
index 3b4c5383..d608dc86 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