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
This commit is contained in:
parent
c086b2c4ec
commit
35b91cf7b7
@ -1,3 +1,4 @@
|
||||
#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
|
||||
|
Loading…
x
Reference in New Issue
Block a user