cdist-web/src/extra/manual/beta/_sources/man7/cdist-type__timezone.rst.txt

52 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-04-23 18:55:23 +00:00
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-09-11 12:35:41 +00:00
tz
The name of timezone to set.
2019-04-23 18:55:23 +00:00
OPTIONAL PARAMETERS
-------------------
None.
EXAMPLES
--------
.. code-block:: sh
2020-09-11 12:35:41 +00:00
# Set up Europe/Andorra as our timezone.
__timezone --tz Europe/Andorra
2019-04-23 18:55:23 +00:00
2020-09-11 12:35:41 +00:00
# Set up US/Central as our timezone.
__timezone --tz US/Central
2019-04-23 18:55:23 +00:00
AUTHORS
-------
2020-09-11 12:35:41 +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>
2019-04-23 18:55:23 +00:00
COPYING
-------
2020-09-11 12:35:41 +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.