mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Put the master_opts in the wfunc opts
This commit is contained in:
parent
d0cb0a9f73
commit
ed11acad18
@ -714,6 +714,7 @@ class Single(object):
|
||||
opts_pkg['ext_pillar'] = self.opts['ext_pillar']
|
||||
opts_pkg['extension_modules'] = self.opts['extension_modules']
|
||||
opts_pkg['_ssh_version'] = self.opts['_ssh_version']
|
||||
opts_pkg['__master_opts__'] = self.context['master_opts']
|
||||
if '_caller_cachedir' in self.opts:
|
||||
opts_pkg['_caller_cachedir'] = self.opts['_caller_cachedir']
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user