summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config.txt
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-01-18 21:24:29 +0000
committerScott Moser <smoser@ubuntu.com>2011-01-18 21:24:29 +0000
commite3f3759904e8021e6483743c72a36ee41da5c991 (patch)
treebbf23534078e93e96843d791769636b4ff785f2c /doc/examples/cloud-config.txt
parent6b0a1629c1c0c2a95e9e5946d8120d521c33322a (diff)
downloadvyos-cloud-init-e3f3759904e8021e6483743c72a36ee41da5c991.tar.gz
vyos-cloud-init-e3f3759904e8021e6483743c72a36ee41da5c991.zip
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.
Diffstat (limited to 'doc/examples/cloud-config.txt')
-rw-r--r--doc/examples/cloud-config.txt3
1 files changed, 3 insertions, 0 deletions
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