Skip to content

Commit

Permalink
Fix the jinja renderer since the naming changed. Refs #1775.
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Dec 29, 2012
1 parent d8d9d14 commit 32171d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/renderers/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def render(template_file, env='', sls='', argline='',
raise SaltRenderError(
'Unknown renderer option: {opt}'.format(opt=argline)
)
tmp_data = salt.utils.templates.jinja(template_file, to_str=True,
tmp_data = salt.utils.templates.JINJA(template_file, to_str=True,
salt=__salt__,
grains=__grains__,
opts=__opts__,
Expand Down

0 comments on commit 32171d7

Please sign in to comment.