We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7362f commit b645dadCopy full SHA for b645dad
1 file changed
templates/agent-conf.d/consul.yaml.erb
@@ -37,11 +37,11 @@ instances:
37
# - zookeeper
38
# - gunicorn
39
# - redis
40
- <% if @service_whitelist and ! @service_whitelist.empty? -%>
+ <%- if @service_whitelist and ! @service_whitelist.empty? -%>
41
service_whitelist:
42
<%- Array(@service_whitelist).each do |svc| -%>
43
<%- if svc != '' -%>
44
- <%= svc %>
45
<%- end -%>
46
47
- <% end -%>
+ <% end -%>
0 commit comments