Add state_auto_order defaults to True note to ordering docs

Fixes #28243
This commit is contained in:
rallytime 2015-11-02 19:29:32 -06:00
parent 63ce8f78d5
commit fd846822c1

View File

@ -38,7 +38,9 @@ override the ordering defined in the files, and the ``order`` option described
below will also override the order in which states are defined in sls files.
If the classic ordering is preferred (lexicographic), then set
``state_auto_order`` to ``False`` in the master configuration file.
``state_auto_order`` to ``False`` in the master configuration file Otherwise,
``state_auto_order`` defaults to ``True``.
.. _ordering_requisites: