This commit is contained in:
Bo Maryniuk 2017-07-13 09:19:58 +02:00
parent 1e8a56eda5
commit e38d432f90

View file

@ -138,7 +138,7 @@ State Module Changes
supported at that time.
Another feature of the new :py:func:`module.run <salt.states.module.run>` is that
it allows to call many functions in a single batch, such as:
it allows calling many functions in a single batch, such as:
.. code-block:: yaml
@ -149,9 +149,9 @@ State Module Changes
- myparam
- my_other_param
In a rare case you have a function that needs to be called several times but
In a rare case that you have a function that needs to be called several times but
with the different parameters, an additional feature of "tagging" is to the
rescue. In order to tag a function, use a colon delimeter. For example
rescue. In order to tag a function, use a colon delimeter. For example:
.. code-block:: yaml