make it a deepcopy

This commit is contained in:
Thomas S Hatch 2017-01-25 10:57:20 -07:00 committed by rallytime
parent 58cb8cd4f5
commit 92cac0ff8b

View file

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