Skip to content

pehlert/chef-locale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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} e.g. update-locale LANG=en_AU.utf8

It updates the file /etc/default/locale

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"

Usage

Include the default recipe in your run list.

About

"Installs/Configures locale"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published