A couple of grammar updates for the state compiler docs

This commit is contained in:
rallytime 2018-02-09 15:46:00 -05:00
parent 7fd00ec752
commit 6f781cb95d
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -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>',