mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
When we generate the pillar we should send in the master opts
This better reflects how salt works per #38830
This commit is contained in:
parent
8ecc719f90
commit
a0b671ea43
1 changed files with 2 additions and 2 deletions
|
@ -901,9 +901,9 @@ class Single(object):
|
|||
opts_pkg['id'] = self.id
|
||||
|
||||
retcode = 0
|
||||
|
||||
popts = self.context['master_opts'].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