mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
commit
f7e46978eb
@ -527,7 +527,8 @@ class Single(object):
|
||||
self.opts,
|
||||
self.id,
|
||||
**self.target)
|
||||
opts_pkg = pre_wrapper['test.opts_pkg']()
|
||||
default_opts = pre_wrapper['test.opts_pkg']()
|
||||
opts_pkg = dict(default_opts.items() + self.opts.items())
|
||||
pillar = salt.pillar.Pillar(
|
||||
opts_pkg,
|
||||
opts_pkg['grains'],
|
||||
|
Loading…
Reference in New Issue
Block a user