mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
The documentation for state ordering contained duplicate information about 0.17 in two contiguous paragraphs. Removed the first of those occurrences to improve readability.
This commit is contained in:
parent
d5e64fb4a6
commit
af376a7706
2 changed files with 0 additions and 6 deletions
|
@ -53894,9 +53894,6 @@ Salt has been created to get the best of both worlds. States are evaluated in
|
|||
a finite order, which guarantees that states are always executed in the same
|
||||
order, and the states runtime is declarative, making Salt fully aware of
|
||||
dependencies via the requisite system.
|
||||
.sp
|
||||
Also, in Salt 0.17.0, the \fBstate_auto_order\fP option was added to Salt.
|
||||
It makes states get evaluated in the order in which they are defined.
|
||||
.SS State Auto Ordering
|
||||
.sp
|
||||
Salt always executes states in a finite manner, meaning that they will always
|
||||
|
|
|
@ -17,9 +17,6 @@ a finite order, which guarantees that states are always executed in the same
|
|||
order, and the states runtime is declarative, making Salt fully aware of
|
||||
dependencies via the requisite system.
|
||||
|
||||
Also, in Salt 0.17.0, the ``state_auto_order`` option was added to Salt.
|
||||
It makes states get evaluated in the order in which they are defined.
|
||||
|
||||
State Auto Ordering
|
||||
===================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue