diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-21 19:46:16 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-21 19:46:16 -0700 |
commit | c49507a221464ce0f9747d4371f8e3d1d1b30abd (patch) | |
tree | 1bb749e85c7c83837c4ebdd425ed24cb7edc125b /templates | |
parent | 340c8f337751152cc54bdbeb9f9428c35fa720a1 (diff) | |
download | vyos-cloud-init-c49507a221464ce0f9747d4371f8e3d1d1b30abd.tar.gz vyos-cloud-init-c49507a221464ce0f9747d4371f8e3d1d1b30abd.zip |
Updated so that the locale that is being written out currently in 'cc_locale'
now will be done by the distro classes (since its not the same for rhel and ubuntu).
Remove the template also since it will just be created by the ubuntu distro class (its just one line).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default-locale.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/default-locale.tmpl b/templates/default-locale.tmpl deleted file mode 100644 index 5ee7e454..00000000 --- a/templates/default-locale.tmpl +++ /dev/null @@ -1 +0,0 @@ -LANG="{{locale}}" |