| CDIST-TYPE__LOCALE_SYSTEM(7) | cdist | CDIST-TYPE__LOCALE_SYSTEM(7) |
NAME
cdist-type__locale_system - Set system-wide locale
DESCRIPTION
This cdist type allows you to modify system-wide locale. The name of the locale category is given as the object id (usually you are probably interested in using LANG).
OPTIONAL PARAMETERS
EXAMPLES
# Set LANG to en_US.UTF-8 __locale_system LANG # Same as above, but more explicit __locale_system LANG --value en_US.UTF-8 # Set category LC_MESSAGES to de_CH.UTF-8 __locale_system LC_MESSAGES --value de_CH.UTF-8 # Remove setting for LC_ALL __locale_system LC_ALL --state absent
SEE ALSO
AUTHORS
Steven Armstrong <steven-cdist--@--armstrong.cc> Carlos Ortigoza <carlos.ortigoza--@--ungleich.ch> Nico Schottelius <nico.schottelius--@--ungleich.ch>
COPYING
Copyright (C) 2016 Nico Schottelius. Free use of this software is granted under the terms of the GNU General Public License version 3 or later (GPLv3+).
COPYRIGHT
ungleich GmbH 2021
| September 26, 2023 | 7.0.0 |