make haproxy.cfg template more modular - fix stripping
This commit is contained in:
parent
51b66a91ca
commit
3f3250c799
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ userlist {{ id }}
|
|||
#------------------
|
||||
defaults
|
||||
log {{ salt['pillar.get']('haproxy:defaults:log', 'global') }}
|
||||
{%- if 'mode' in salt['pillar.get']('haproxy:defaults', {}) -%}
|
||||
{% if 'mode' in salt['pillar.get']('haproxy:defaults', {}) -%}
|
||||
mode {{ salt['pillar.get']('haproxy:defaults:mode', 'http') }}
|
||||
{%- endif %}
|
||||
{%- if 'retries' in salt['pillar.get']('haproxy:defaults', {}) -%}
|
||||
|
|
Loading…
Reference in a new issue