101. cdist-type__timezone(7)¶
Allows one to configure the desired localtime timezone.
Ramon Salvadó <rsalvado--@--gnuine--dot--com>
101.1. DESCRIPTION¶
This type creates a symlink (/etc/localtime) to the selected timezone (which should be available in /usr/share/zoneinfo).
101.2. REQUIRED PARAMETERS¶
None.
101.3. OPTIONAL PARAMETERS¶
None.
101.4. EXAMPLES¶
#Set up Europe/Andorra as our timezone.
__timezone Europe/Andorra
#Set up US/Central as our timezone.
__timezone US/Central
101.5. SEE ALSO¶
101.6. COPYING¶
Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).