mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #45959 from rallytime/state-doc-update
A couple of grammar updates for the state compiler docs
This commit is contained in:
commit
dae41de7a8
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
The module used to execute states in salt. A state is unlike a module
|
||||
execution in that instead of just executing a command it ensure that a
|
||||
certain state is present on the system.
|
||||
The State Compiler is used to execute states in Salt. A state is unlike
|
||||
an execution module in that instead of just executing a command, it
|
||||
ensures that a certain state is present on the system.
|
||||
|
||||
The data sent to the state calls is as follows:
|
||||
{ 'state': '<state module name>',
|
||||
|
|
Loading…
Add table
Reference in a new issue