Skip to content

Commit 9659c2e

Browse files
authored
Merge pull request #533 from Aramack/aramack/redis_keys_tags
Add whitespace surpression to redisdb.yaml.erb to ensure a valid yaml
2 parents 90ce643 + 5c99c94 commit 9659c2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/agent-conf.d/redisdb.yaml.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ instances:
2525
<%- if key != '' -%>
2626
- <%= key %>
2727
<%- end -%>
28-
<% end -%>
28+
<%- end -%>
2929
<% end -%>
3030
<% if instance['tags'] and unless instance['tags'].empty? -%>
3131
tags:
3232
<%- Array(instance['tags'] ).each do |tag| -%>
3333
<%- if tag != '' -%>
3434
- <%= tag %>
3535
<%- end -%>
36-
<% end -%>
36+
<%- end -%>
3737
<% end -%>
3838
<% end -%>
3939

0 commit comments

Comments
 (0)