saltstack / salt-bootstrap

Generic Salt Bootstrap Script
Other
929 stars 547 forks source link

Don't sort lists and dicts, as order of items matters #1969

Open monkz opened 9 months ago

monkz commented 9 months ago

What does this PR do?

What issues does this PR fix or reference?

Previous Behavior

If sort_keys is not set to False, pyyaml reorders the data structure alphabetically. While this might me asthetically pleasing, it interferes (at least) with order of entries for gitfs.

New Behavior

Keeps data in original order