cdist-type__locale - Man Page
Configure locales
Description
This cdist type allows you to setup locales. On systems that don't support locale setting like alpine/musl libc, it is a no-op.
Optional Parameters
- state
'present' or 'absent', defaults to present
Examples
# Add locale de_CH.UTF-8 __locale de_CH.UTF-8 # Same as above, but more explicit __locale de_CH.UTF-8 --state present # Remove colourful British English __locale en_GB.UTF-8 --state absent
See Also
Authors
Nico Schottelius <nico-cdist--@--schottelius.org>
Copying
Copyright (C) 2013-2019 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
Referenced By
Jul 31, 2022 7.0.0 cdist