mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarified the form of requisite targets/requisite-references
This commit is contained in:
parent
8f6c4be618
commit
87f4843490
1 changed files with 5 additions and 1 deletions
|
@ -43,7 +43,11 @@ Requisites
|
|||
|
||||
The Salt requisite system is used to create relationships between states. The
|
||||
core idea being that, when one state is dependent somehow on another, that
|
||||
inter-dependency can be easily defined.
|
||||
inter-dependency can be easily defined. These dependencies are expressed by
|
||||
declaring the relationships using state names and ID's or names. The
|
||||
generalized form of a requisite target is ``<state name> : <ID or name>``.
|
||||
The specific form is defined as a :ref:`Requisite Reference
|
||||
<requisite-reference>`
|
||||
|
||||
Requisites come in two types: Direct requisites (such as ``require``),
|
||||
and requisite_ins (such as ``require_in``). The relationships are
|
||||
|
|
Loading…
Add table
Reference in a new issue