diff options
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 |