diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-26 14:31:32 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-26 14:31:32 -0500 |
commit | a8f7776c67fe9063862db6a15e4fce5efefbdb98 (patch) | |
tree | d9e2e42110059b541c26b890719029aabcbcc905 /doc/examples/cloud-config.txt | |
parent | fcbdfd587818c7144193b6c709ec29fda4fb9b00 (diff) | |
download | vyos-cloud-init-a8f7776c67fe9063862db6a15e4fce5efefbdb98.tar.gz vyos-cloud-init-a8f7776c67fe9063862db6a15e4fce5efefbdb98.zip |
add timezone to cloud-config (LP: #645458)
LP: #645458
Diffstat (limited to 'doc/examples/cloud-config.txt')
-rw-r--r-- | doc/examples/cloud-config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 1ba51243..e2bf128e 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -324,3 +324,7 @@ output: phone_home: url: http://my.example.com/$INSTANCE_ID/ post: [ pub_key_dsa, pub_key_rsa, instance_id ] + +# timezone: set the timezone for this instance +# the value of 'timezone' must exist in /usr/share/zoneinfo +timezone: US/Eastern |