From a8f7776c67fe9063862db6a15e4fce5efefbdb98 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 26 Jan 2011 14:31:32 -0500 Subject: add timezone to cloud-config (LP: #645458) LP: #645458 --- doc/examples/cloud-config.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3