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:
Mike Place 2013-10-02 15:19:41 -06:00
parent d5e64fb4a6
commit af376a7706
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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
===================