mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
ab1b099730
commit
e93a962980
1 changed files with 1 additions and 1 deletions
|
@ -3100,7 +3100,7 @@ class BaseHighState(object):
|
|||
Returns:
|
||||
{'saltenv': ['state1', 'state2', ...]}
|
||||
'''
|
||||
matches = {}
|
||||
matches = DefaultOrderedDict(OrderedDict)
|
||||
# pylint: disable=cell-var-from-loop
|
||||
for saltenv, body in six.iteritems(top):
|
||||
if self.opts['environment']:
|
||||
|
|
Loading…
Add table
Reference in a new issue