mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix merge error
This commit is contained in:
parent
0aa6334442
commit
279ab9d468
@ -756,7 +756,7 @@ class Pillar(object):
|
||||
'The \'ext_pillar_first\' option has been deprecated and '
|
||||
'replaced by \'pillar_roots_override_ext_pillar\'.'
|
||||
)
|
||||
self.opts['pillar'] = self.ext_pillar({}, pillar_dirs)
|
||||
self.opts['pillar'], errors = self.ext_pillar({}, pillar_dirs)
|
||||
matches = self.top_matches(top)
|
||||
pillar, errors = self.render_pillar(matches, errors=errors)
|
||||
if self.opts.get('pillar_roots_override_ext_pillar', False):
|
||||
|
Loading…
Reference in New Issue
Block a user