mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #32211 from rallytime/bp-32210
Back-port #32210 to 2015.8
This commit is contained in:
commit
200d82cc3e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Salt always executes states in a finite manner, meaning that they will always
|
|||
execute in the same order regardless of the system that is executing them.
|
||||
But in Salt 0.17.0, the ``state_auto_order`` option was added. This option
|
||||
makes states get evaluated in the order in which they are defined in sls
|
||||
files.
|
||||
files, including the top.sls file.
|
||||
|
||||
The evaluation order makes it easy to know what order the states will be
|
||||
executed in, but it is important to note that the requisite system will
|
||||
|
|
Loading…
Add table
Reference in a new issue