Skip to content

Commit eb609bd

Browse files
committed
Merge branch 'master' of github.com:DataDog/puppet-datadog-agent
2 parents 1da7647 + 024f128 commit eb609bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ instances:
8080
## Tagging
8181
##
8282
<% if @tags and ! @tags.empty? -%>
83-
tags:
83+
tags:
8484
<%- Array(@tags).each do |tag| -%>
8585
<%- if tag != '' -%>
86-
- <%= tag %>
86+
- <%= tag %>
8787
<%- end -%>
8888
<%- end -%>
8989
<% end -%>

0 commit comments

Comments
 (0)