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. --- config/cloud.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'config/cloud.cfg') diff --git a/config/cloud.cfg b/config/cloud.cfg index 3e7556d2..0bff9a88 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -6,6 +6,7 @@ preserve_hostname: False cloud_config_modules: - mounts - ssh-import-id + - locale - ssh - grub-dpkg - apt-update-upgrade -- cgit v1.2.3