Skip to content

Commit

Permalink
Consistency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Oct 22, 2017
1 parent c01f00f commit 0a05a56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/etc/haproxy/defaults.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
{% endfor %}
{% endif %}

{% if haproxy_defaults_no_option is defined %}
{% for option in haproxy_defaults_no_option %}
{% for option in haproxy_defaults_no_option | default([]) %}
no option {{ option }}
{% endfor %}
{% endif %}

{% if haproxy_defaults_timeout != false %}
{% for timeout in haproxy_defaults_timeout %}
Expand Down

0 comments on commit 0a05a56

Please sign in to comment.