Only apply master centric options without minion data merge

Fix #8271
This commit is contained in:
Thomas S Hatch 2013-12-27 11:17:32 -07:00
parent 4607d38cd4
commit 2f39e976d0

View File

@ -529,8 +529,9 @@ class Single(object):
self.opts,
self.id,
**self.target)
default_opts = pre_wrapper['test.opts_pkg']()
opts_pkg = dict(default_opts.items() + self.opts.items())
opts_pkg = pre_wrapper['test.opts_pkg']()
opts_pkg['file_roots'] = self.opts['file_roots']
opts_pkg['pillar_roots'] = self.opts['pillar_roots']
pillar = salt.pillar.Pillar(
opts_pkg,
opts_pkg['grains'],