mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
try it without passing in the context into the pack
This commit is contained in:
parent
357a66471d
commit
ed0a997880
@ -555,7 +555,7 @@ def ssh_wrapper(opts, functions=None, context=None):
|
|||||||
'__salt__': functions,
|
'__salt__': functions,
|
||||||
'__grains__': opts.get('grains', {}),
|
'__grains__': opts.get('grains', {}),
|
||||||
'__pillar__': opts.get('pillar', {}),
|
'__pillar__': opts.get('pillar', {}),
|
||||||
'__context__': context,
|
#'__context__': context,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user