1CDIST-TYPE__LOCALE(7) cdist CDIST-TYPE__LOCALE(7)
2
3
4
6 cdist-type__locale - Configure locales
7
9 This cdist type allows you to setup locales. On systems that don't sup‐
10 port locale setting like alpine/musl libc, it is a no-op.
11
13 state 'present' or 'absent', defaults to present
14
16 # Add locale de_CH.UTF-8
17 __locale de_CH.UTF-8
18
19 # Same as above, but more explicit
20 __locale de_CH.UTF-8 --state present
21
22 # Remove colourful British English
23 __locale en_GB.UTF-8 --state absent
24
26 locale(1), localedef(1), cdist-type__locale_system(7)
27
29 Nico Schottelius <nico-cdist--@--schottelius.org>
30
32 Copyright (C) 2013-2019 Nico Schottelius. Free use of this software is
33 granted under the terms of the GNU General Public License version 3 or
34 later (GPLv3+).
35
37 ungleich GmbH 2020
38
39
40
41
426.9.6 Apr 20, 2021 CDIST-TYPE__LOCALE(7)