mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #32210 from rallytime/merge-32193
Merge #32193 with pylint fix
This commit is contained in:
commit
dbb95381fb
@ -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…
Reference in New Issue
Block a user