mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo fix (#34174)
This commit is contained in:
parent
3669048654
commit
47595d6795
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ Next, let's run the state we created. Open a terminal on the master and run:
|
|||
salt '*' state.apply
|
||||
|
||||
Our master is instructing all targeted minions to run :func:`state.apply
|
||||
<salt.modules.state.apply>`. When this function is executied without any SLS
|
||||
<salt.modules.state.apply>`. When this function is executed without any SLS
|
||||
targets, a minion will download the :ref:`top file <states-top>` and attempt to
|
||||
match the expressions within it. When the minion does match an expression the
|
||||
modules listed for it will be downloaded, compiled, and executed.
|
||||
|
|
Loading…
Add table
Reference in a new issue