mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pass __proxy__ in state.sls_id
This commit is contained in:
parent
c089ac6c67
commit
e8e53d60be
1 changed files with 1 additions and 1 deletions
|
@ -1122,7 +1122,7 @@ def sls_id(
|
|||
opts['test'] = _get_test_value(test, **kwargs)
|
||||
if 'pillarenv' in kwargs:
|
||||
opts['pillarenv'] = kwargs['pillarenv']
|
||||
st_ = salt.state.HighState(opts)
|
||||
st_ = salt.state.HighState(opts, proxy=__proxy__)
|
||||
if isinstance(mods, six.string_types):
|
||||
split_mods = mods.split(',')
|
||||
st_.push_active()
|
||||
|
|
Loading…
Add table
Reference in a new issue