Skip to content
Snippets Groups Projects
Commit 35b91cf7 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Disable jinja2 trim_blocks feature

otherwise, if the jinja2 blocks at the end of the line, it will remove
the last newline character and join two lines into one.

Change-Id: Ie710342fb034e477ff854eba3915dd845bddd257
parent c086b2c4
No related branches found
No related tags found
No related merge requests found
#jinja2: trim_blocks: False
{% set tls_bind_info = 'ssl crt /etc/haproxy/haproxy.pem' if kolla_enable_tls_external | bool else '' %}
global
chroot /var/lib/haproxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment