Fix a dumb mistake in the pillar rendering

Fix #1032 and Fix #1013
This commit is contained in:
Thomas S Hatch 2012-04-01 21:30:00 -06:00
parent a24fa8def9
commit bd3aec9bb6

View File

@ -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):
'''