Merge "Handle non-cloud-init installs"

This commit is contained in:
Jenkins 2015-04-01 04:01:39 +00:00 committed by Gerrit Code Review
commit 88309de96b

View File

@ -7,6 +7,8 @@ fi
set -eu
set -o pipefail
# cloud-init May not actually be installed
mkdir -p /etc/cloud/cloud.cfg.d
dd of=/etc/cloud/cloud.cfg.d/10_etc_hosts.cfg << EOF
manage_etc_hosts: localhost
EOF