Merge pull request #8851 from regilero/docfix

Document the fact use does not inherit requisites, @ref #8796
This commit is contained in:
Joseph Hall 2013-11-27 06:52:59 -08:00
commit 58cca630ae

View File

@ -175,6 +175,10 @@ can be used on any states in Salt. This made sense for the networking state
because it can define a long list of options that need to be applied to
multiple network interfaces.
The ``use`` statement does not inherit the requisites arguments of the
targeted state. This means also a chain of ``use`` requisites would not
inherit inherited options.
.. _requisites-require-in:
Require In