summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/configs/modules/timezone.yaml
blob: 6a05aba1db6b34360451f77ba8d61e33e6968ed0 (plain)
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