mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Skip sls refs that have already been loaded while evaluating the
Top level matches
This commit is contained in:
parent
c94f4bde01
commit
6114f1b07a
@ -2199,6 +2199,8 @@ class BaseHighState(object):
|
||||
.format(sls_match, env)
|
||||
)
|
||||
for sls in statefiles:
|
||||
if sls in mods:
|
||||
continue
|
||||
state, errors = self.render_state(sls, env, mods, matches)
|
||||
if state:
|
||||
self.merge_included_states(highstate, state, errors)
|
||||
|
Loading…
Reference in New Issue
Block a user