Merge pull request #16367 from basepi/stateslsdocs

SLS files are not state "modules"
This commit is contained in:
Colton Myers 2014-10-03 14:32:28 -06:00
commit 8836651af2

View file

@ -360,7 +360,7 @@ def sls(mods,
env=None,
**kwargs):
'''
Execute a set list of state modules from an environment.
Execute a set list of state files from an environment.
test
Notify states to execute in test-only (dry-run) mode.