Skip to content

Commit

Permalink
fix(iscsi.conf): adjust jinja rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Oct 5, 2019
1 parent 96ea2c6 commit 98e29d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iscsi/initiator/config/files/default/iscsi.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{ readconf(value, spaces|int+4) }}
{%- elif value is string or value is number %}
{{shift}}{{ key }} = {{"'" if value is not string else ''}}{{ value }}{{"'" if value is not string else ''}}
{%- endif %}
{% endif %}
{%- endmacro -%}

{{ readconf(data, 0) }}
Expand Down

0 comments on commit 98e29d8

Please sign in to comment.