diff options
Diffstat (limited to 'tests/cloud_tests/configs/modules/timezone.yaml')
-rw-r--r-- | tests/cloud_tests/configs/modules/timezone.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/cloud_tests/configs/modules/timezone.yaml b/tests/cloud_tests/configs/modules/timezone.yaml new file mode 100644 index 00000000..6a05aba1 --- /dev/null +++ b/tests/cloud_tests/configs/modules/timezone.yaml @@ -0,0 +1,12 @@ +# +# Set system timezone +# +cloud_config: | + #cloud-config + timezone: US/Aleutian +collect_scripts: + timezone: | + #!/bin/bash + date +%Z + +# vi: ts=4 expandtab |