mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
make it a deepcopy
This commit is contained in:
parent
58cb8cd4f5
commit
92cac0ff8b
1 changed files with 1 additions and 1 deletions
|
@ -901,7 +901,7 @@ class Single(object):
|
|||
opts_pkg['id'] = self.id
|
||||
|
||||
retcode = 0
|
||||
popts = copy.copy(self.context['master_opts'])
|
||||
popts = copy.deepcopy(self.context['master_opts'])
|
||||
popts.update(opts_pkg)
|
||||
pillar = salt.pillar.Pillar(
|
||||
popts,
|
||||
|
|
Loading…
Add table
Reference in a new issue