16.157. cdist-type__timezone(7)¶
16.157.1. NAME¶
cdist-type__timezone - Allows one to configure the desired localtime timezone.
16.157.2. DESCRIPTION¶
This type creates a symlink (/etc/localtime) to the selected timezone (which should be available in /usr/share/zoneinfo).
16.157.3. REQUIRED PARAMETERS¶
- tz
The name of timezone to set.
16.157.4. OPTIONAL PARAMETERS¶
None.
16.157.5. EXAMPLES¶
# Set up Europe/Andorra as our timezone.
__timezone --tz Europe/Andorra
# Set up US/Central as our timezone.
__timezone --tz US/Central
16.157.6. AUTHORS¶
Steven Armstrong <steven-cdist--@--armstrong.cc>
Nico Schottelius <nico-cdist--@--schottelius.org>
Ramon Salvadó <rsalvado--@--gnuine--dot--com>
Dennis Camera <dennis.camera--@--ssrq-sds-fds.ch>