summaryrefslogtreecommitdiff
path: root/heat/cloudinit/config
blob: b392f3ee78e94933dd663252bdfe03b5614e0438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
runcmd:
 - setenforce 0 > /dev/null 2>&1 || true

user: ec2-user

cloud_config_modules:
 - locale
 - set_hostname
 - timezone
 - update_etc_hosts
 - update_hostname
 - runcmd

# Capture all subprocess output into a logfile
# Useful for troubleshooting cloud-init issues
output: {all: '| tee -a /var/log/cloud-init-output.log'}