Put the master_opts in the wfunc opts

This commit is contained in:
Colton Myers 2014-12-10 17:29:23 -07:00
parent d0cb0a9f73
commit ed11acad18

View File

@ -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: