mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
91576a7263
When there are multiple matches (such as when both an os_family and os grain both match the minion), the order in which they are processed is determined by the iteration order of the class' __dict__ attribute. Since this would be different in different versions of Python, behavior would be inconsistent depending on which version of Python is being used. This adds a priority attribute to the Map subclass which, if present, will re-order the match groups such that the results will be predictable irrespective of Python version. |
||
---|---|---|
.. | ||
integration | ||
perf | ||
pkg/rpm | ||
support | ||
unit | ||
utils | ||
__init__.py | ||
buildpackage.py | ||
committer_parser.py | ||
conftest.py | ||
consist.py | ||
eventlisten.py | ||
eventlisten.sh | ||
jenkins.py | ||
minionswarm.py | ||
modparser.py | ||
packdump.py | ||
runtests.py | ||
salt-tcpdump.py | ||
saltsh.py | ||
wheeltest.py | ||
whitelist.txt | ||
zypp_plugin.py |