mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
parent
0d3fd3d374
commit
3fb42bc238
1 changed files with 1 additions and 1 deletions
|
@ -2906,7 +2906,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