diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 7c94ec5c..1b93e7f9 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -30,6 +30,8 @@ cloud_init_modules: - write-files - growpart - resizefs + - disk_setup + - mounts - set_hostname - update_hostname - update_etc_hosts @@ -43,15 +45,14 @@ cloud_config_modules: # Emit the cloud config ready event # this can be used by upstart jobs for 'start on cloud-config'. - emit_upstart - - disk_setup - - mounts - - ntp + - snap_config - ssh-import-id - locale - set-passwords - grub-dpkg - apt-pipelining - apt-configure + - ntp - timezone - disable-ec2-metadata - runcmd |