715e5d4f51
Ubuntu has 0.6 of cloudinit, and write-files doesn't work on that
distro. Ubuntu does not intend to update cloudinit in their LTS release
to 0.7.
This reverts commit 621f5bfdba
.
Fixes: Bug #1207088
Change-Id: If80863883afee28bdde6dd506826ec5710cc0308
13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
user: @INSTANCE_USER@
|
|
|
|
cloud_config_modules:
|
|
- locale
|
|
- set_hostname
|
|
- timezone
|
|
- update_etc_hosts
|
|
- update_hostname
|
|
|
|
# Capture all subprocess output into a logfile
|
|
# Useful for troubleshooting cloud-init issues
|
|
output: {all: '| tee -a /var/log/cloud-init-output.log'}
|