mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2025-02-17 20:24:36 +01:00
32 lines
447 B
ReStructuredText
32 lines
447 B
ReStructuredText
|
========
|
||
|
timezone
|
||
|
========
|
||
|
|
||
|
Formula to configure timezone.
|
||
|
|
||
|
.. note::
|
||
|
|
||
|
See the full `Salt Formulas installation and usage instructions
|
||
|
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
|
||
|
|
||
|
Available states
|
||
|
================
|
||
|
|
||
|
.. contents::
|
||
|
:local:
|
||
|
|
||
|
``timezone``
|
||
|
----------
|
||
|
|
||
|
Configures the timezone.
|
||
|
|
||
|
Defaults
|
||
|
========
|
||
|
|
||
|
Default values are:
|
||
|
|
||
|
timezone: 'Europe/Berlin'
|
||
|
utc: True
|
||
|
|
||
|
See mopidy/pillar.example.
|