cdist/cdist/conf/type/__timezone/man.rst

52 lines
1.1 KiB
ReStructuredText
Raw Normal View History

cdist-type__timezone(7)
=======================
NAME
----
cdist-type__timezone - Allows one to configure the desired localtime timezone.
DESCRIPTION
-----------
This type creates a symlink (/etc/localtime) to the selected timezone
(which should be available in /usr/share/zoneinfo).
REQUIRED PARAMETERS
-------------------
2020-07-27 08:55:28 +00:00
tz
The name of timezone to set.
OPTIONAL PARAMETERS
-------------------
None.
EXAMPLES
--------
2016-05-20 06:50:56 +00:00
.. code-block:: sh
2020-07-27 08:55:28 +00:00
# Set up Europe/Andorra as our timezone.
__timezone --tz Europe/Andorra
2020-07-27 08:55:28 +00:00
# Set up US/Central as our timezone.
__timezone --tz US/Central
AUTHORS
-------
2020-07-27 08:55:28 +00:00
| 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>
COPYING
-------
2020-07-27 08:55:28 +00:00
Copyright \(C) 2012-2020 the `AUTHORS`_. You can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.