mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docs
This commit is contained in:
parent
1e8a56eda5
commit
e38d432f90
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue