Add pillar to json_jinja

This commit is contained in:
Thomas S Hatch 2012-03-06 16:34:59 -07:00
parent 8367b242e5
commit 3e2801d171

View File

@ -19,6 +19,7 @@ def render(template_file, env='', sls=''):
passthrough = {}
passthrough['salt'] = __salt__
passthrough['grains'] = __grains__
passthrough['pillar'] = __pillar__
passthrough['env'] = env
passthrough['sls'] = sls