We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b2270 commit 132e6d9Copy full SHA for 132e6d9
templates/agent-conf.d/mysql.yaml.erb
@@ -52,4 +52,4 @@ instances:
52
53
<% end -%>
54
55
-<%= {'logs'=>@logs}.to_yaml %>
+<%= (Array({'logs'=>@logs}.to_yaml.lines))[1..-1].join %>
0 commit comments