mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
parent
a24fa8def9
commit
bd3aec9bb6
@ -77,7 +77,7 @@ class Pillar(object):
|
||||
self.opts = self.__gen_opts(opts, grains, id_)
|
||||
self.client = salt.fileclient.get_file_client(self.opts)
|
||||
self.matcher = salt.minion.Matcher(self.opts)
|
||||
self.rend = salt.loader.render(opts, {})
|
||||
self.rend = salt.loader.render(self.opts, {})
|
||||
|
||||
def __gen_opts(self, opts, grains, id_, env=None):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user