mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #39862 from rallytime/bp-38943
Back-port #38943 to 2016.11
This commit is contained in:
commit
49c8faa141
1 changed files with 4 additions and 2 deletions
|
@ -901,9 +901,11 @@ class Single(object):
|
|||
opts_pkg['id'] = self.id
|
||||
|
||||
retcode = 0
|
||||
|
||||
popts = {}
|
||||
popts.update(opts_pkg['__master_opts__'])
|
||||
popts.update(opts_pkg)
|
||||
pillar = salt.pillar.Pillar(
|
||||
opts_pkg,
|
||||
popts,
|
||||
opts_pkg['grains'],
|
||||
opts_pkg['id'],
|
||||
opts_pkg.get('environment', 'base')
|
||||
|
|
Loading…
Add table
Reference in a new issue