From e3f3759904e8021e6483743c72a36ee41da5c991 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 18 Jan 2011 21:24:29 +0000 Subject: move setting of default locale out of cloud-init, into cloud-config Now, instead of setting a default value in cloud-init based only on the DataSource, this supports using 'locale' in the cloud-config. --- doc/examples/cloud-config.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/examples') diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index c1510743..70724590 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -246,3 +246,6 @@ byobu_by_default: system # rather than as the 'ubuntu' user, then you must set this to false # default: true disable_root: false + +# set the locale to a given locale +# default: en_US.UTF-8 -- cgit v1.2.3