try it without passing in the context into the pack

This commit is contained in:
Thomas S Hatch 2016-03-24 10:10:01 -06:00
parent 357a66471d
commit ed0a997880

View File

@ -555,7 +555,7 @@ def ssh_wrapper(opts, functions=None, context=None):
'__salt__': functions,
'__grains__': opts.get('grains', {}),
'__pillar__': opts.get('pillar', {}),
'__context__': context,
#'__context__': context,
},
)