mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #10086 from dangarthwaite/states_run_on_minions_8389
states_run_on_minions_8389
This commit is contained in:
commit
15c728bf02
@ -33,7 +33,10 @@ The Salt state system is comprised of a number of components. As a user, an
|
||||
understanding of the SLS and renderer systems are needed. But as a developer,
|
||||
an understanding of Salt states and how to write the states is needed as well.
|
||||
|
||||
.. note::
|
||||
|
||||
States are compiled and executed only on minions that have been targeted.
|
||||
To execute things on masters, see `runners`_.
|
||||
|
||||
Salt SLS System
|
||||
---------------
|
||||
@ -320,3 +323,4 @@ And it's output now is:
|
||||
.. _`pip`: http://pypi.python.org/pypi/pip
|
||||
.. _`pep8`: https://pypi.python.org/pypi/pep8
|
||||
.. _`setuptools`: https://pypi.python.org/pypi/setuptools
|
||||
.. _`runners`: /ref/runners
|
||||
|
Loading…
Reference in New Issue
Block a user