Skip to content

Commit f5e07bd

Browse files
author
Gergo Rozsa
committed
tagging fix for yaml
1 parent 54ce36b commit f5e07bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ instances:
1111
<% if @tags.length > 0 -%>
1212
tags:
1313
<%- @tags.each do |tag_name, tag_value| -%>
14-
<%= tag_name %>: <%= tag_value %>
14+
- <%= tag_name %>:<%= tag_value %>
1515
<% end -%>
1616
<% end -%>
1717

0 commit comments

Comments
 (0)