Skip to content

Commit 01027f5

Browse files
Fixed indenting
1 parent e7edd72 commit 01027f5

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,16 @@ instances:
4242
<%- end -%>
4343
<%- protocols = instance['tls_protocols_allowed'].is_a?(Array) ? instance['tls_protocols_allowed'] : [] -%>
4444
<%- unless protocols.empty? -%>
45-
tls_protocols_allowed:
46-
<%- protocols.each do |protocol| -%>
47-
- <%= protocol %>
48-
<%- end -%>
45+
tls_protocols_allowed:
46+
<%- protocols.each do |protocol| -%>
47+
- <%= protocol %>
48+
<%- end -%>
4949
<%- end -%>
50+
5051
<%- ciphers = instance['tls_ciphers'].is_a?(Array) ? instance['tls_ciphers'] : [] -%>
5152
<%- unless ciphers.empty? -%>
52-
tls_ciphers:
53-
<%- ciphers.each do |cipher| -%>
54-
- <%= cipher %>
55-
<%- end -%>
53+
tls_ciphers:
54+
<%- ciphers.each do |cipher| -%>
55+
- <%= cipher %>
56+
<%- end -%>
5657
<%- end -%>

0 commit comments

Comments
 (0)