1 2 3 4 5 6 7 8 9 10 11 12
# # Set system timezone # cloud_config: | #cloud-config timezone: US/Aleutian collect_scripts: timezone: | #!/bin/bash date +%Z # vi: ts=4 expandtab