mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Honor 80 character line limit
This commit is contained in:
parent
eba45074ce
commit
b6494950e6
1 changed files with 4 additions and 3 deletions
|
@ -2027,9 +2027,10 @@ def add_trigger(name=None,
|
|||
|
||||
.. note::
|
||||
|
||||
Arguments are parsed by the YAML loader and are subject to yaml's
|
||||
idiosyncrasies. Therefore, time values in some formats (``%H:%M:%S`` and
|
||||
``%H:%M``) should to be quoted. See `YAML IDIOSYNCRASIES`_ for more details.
|
||||
Arguments are parsed by the YAML loader and are subject to
|
||||
yaml's idiosyncrasies. Therefore, time values in some formats
|
||||
(``%H:%M:%S`` and ``%H:%M``) should to be quoted. See
|
||||
`YAML IDIOSYNCRASIES`_ for more details.
|
||||
|
||||
.. _`YAML IDIOSYNCRASIES`: https://docs.saltstack.com/en/latest/topics/troubleshooting/yaml_idiosyncrasies.html#time-expressions
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue