mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #33042 from thatch45/doc_req
Add clarity on docs for require sls
This commit is contained in:
commit
c8740eea59
@ -181,7 +181,7 @@ will then execute. If the dependent state's execution fails, the depending state
|
||||
will not execute. In the first example above, the file ``/etc/vimrc`` will only
|
||||
execute after the vim package is installed successfully.
|
||||
|
||||
Require an entire sls file
|
||||
Require an Entire SLS File
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
As of Salt 0.16.0, it is possible to require an entire sls file. Do this first by
|
||||
@ -197,6 +197,10 @@ including the sls file and then setting a state to ``require`` the included sls
|
||||
- require:
|
||||
- sls: foo
|
||||
|
||||
This will add all of the state declarations found in the given sls file. This means
|
||||
that every state in sls `foo` will be required. This makes it very easy to batch
|
||||
large groups of states easily in any requisite statement.
|
||||
|
||||
.. _requisites-watch:
|
||||
|
||||
watch
|
||||
|
Loading…
Reference in New Issue
Block a user