mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Add pillar to json_jinja
This commit is contained in:
parent
8367b242e5
commit
3e2801d171
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user