mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use saltenv
This commit is contained in:
parent
3c91459de2
commit
f6bebb7a31
1 changed files with 1 additions and 1 deletions
|
@ -2237,7 +2237,7 @@ class BaseHighState(object):
|
|||
),
|
||||
self.state.rend,
|
||||
self.state.opts['renderer'],
|
||||
env=self.opts['environment']
|
||||
saltenv=self.opts['environment']
|
||||
)
|
||||
]
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue