Skip to content

Commit

Permalink
Merge pull request #3 from teralytics/fix_missing_newline_in_consul_conf
Browse files Browse the repository at this point in the history
fix missing newline in consul.conf before option only_passing
  • Loading branch information
chicofranchico authored Aug 31, 2017
2 parents 33f4ef8 + a294d5c commit 3107bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/consul.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"*": "{{ consul_dns_service_ttl }}"
},
"enable_truncate": {{ "true" if consul_dns_enable_truncate else "false" }},
{%- if (consul_udp_answer_limit is defined) %}
{% if (consul_udp_answer_limit is defined) %}
"udp_answer_limit": {{ consul_udp_answer_limit }},
{%- endif %}
{% endif %}
"only_passing": {{ "true" if consul_dns_only_passing else "false" }}
},
{% endif %}
Expand Down

0 comments on commit 3107bc7

Please sign in to comment.