fnordfish / chef-locale

"Installs/Configures locale"

Home Page:http://heavywater.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Sets default system locale

You can see which languages are available by $ locale -a

On debian based systems you can set the locale by running update-locale LANG={lang} LANGUAGE={lang} e.g. update-locale LANG=en_AU.utf8 LANGUAGE=en_AU.utf8

It updates the file /etc/default/locale

LANG variable sets the locale and LANGUAGE variable sets the fallback language in case a program does not have translations available for the default locale. It is also used by the gettext program.

For docs see:

On rhel based systems you can set default locale updating /etc/sysconfig/i18n There doesn't seem to be a command line tool to update this file?!?

Requirements

Tested on Ubuntu, CentOS

Attributes

  • node[:locale][:lang] -- defaults to "en_US.utf8"
  • node[:locale][:language] -- defaults to "en_US:"
  • node[:locale][:lc_all] -- defaults to "en_US.utf8"

Usage

Include the default recipe in your run list.

About

"Installs/Configures locale"

http://heavywater.ca


Languages

Language:Ruby 100.0%