mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Update pydsl to track deps based on env:sls to support fix for #9464
This commit is contained in:
parent
cc9310b1f0
commit
a57eaa9f2a
@ -161,7 +161,8 @@ class Sls(object):
|
||||
highstate = self.included_highstate
|
||||
slsmods = [] # a list of pydsl sls modules rendered.
|
||||
for sls in sls_names:
|
||||
if sls not in self.rendered_sls:
|
||||
r_env = '{0}:{1}'.format(saltenv, sls)
|
||||
if r_env not in self.rendered_sls:
|
||||
self.rendered_sls.add(sls) # needed in case the starting sls
|
||||
# uses the pydsl renderer.
|
||||
histates, errors = HIGHSTATE.render_state(
|
||||
|
Loading…
Reference in New Issue
Block a user