mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix whitespace
This commit is contained in:
parent
7b50e1766e
commit
5518e1dd14
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ def render(template_file, saltenv='base', sls='', argline='',
|
|||
raise SaltRenderError(
|
||||
'Unknown renderer option: {opt}'.format(opt=argline)
|
||||
)
|
||||
|
||||
tmp_data = salt.utils.templates.JINJA(template_file,
|
||||
to_str=True,
|
||||
salt=_split_module_dicts(),
|
||||
|
|
Loading…
Add table
Reference in a new issue