mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #8851 from regilero/docfix
Document the fact use does not inherit requisites, @ref #8796
This commit is contained in:
commit
58cca630ae
@ -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
|
because it can define a long list of options that need to be applied to
|
||||||
multiple network interfaces.
|
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:
|
.. _requisites-require-in:
|
||||||
|
|
||||||
Require In
|
Require In
|
||||||
|
Loading…
Reference in New Issue
Block a user