dd-agent: fix multiple tags in the config file

This commit is contained in:
michael bishop 2017-10-05 19:33:18 -03:00
parent ac9550dca6
commit 0ee6f8612e
No known key found for this signature in database
GPG key ID: C294FC1A485A409A

View file

@ -23,7 +23,7 @@ let
# proxy_password: password
# tags: mytag0, mytag1
${optionalString (cfg.tags != null ) "tags: ${concatStringsSep "," cfg.tags }"}
${optionalString (cfg.tags != null ) "tags: ${concatStringsSep ", " cfg.tags }"}
# collect_ec2_tags: no
# recent_point_threshold: 30