about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authormichael bishop <cleverca22@gmail.com>2017-10-05 19:33:18 -0300
committermichael bishop <cleverca22@gmail.com>2017-10-05 19:33:18 -0300
commit0ee6f8612ed13a0b1aaf0b703db42785c7baf302 (patch)
tree2112477c5b165b629c618d490fde7f643b9ad5ae /nixos
parentac9550dca6810cf31854440fdffa10ec7769b084 (diff)
downloadnixlib-0ee6f8612ed13a0b1aaf0b703db42785c7baf302.tar
nixlib-0ee6f8612ed13a0b1aaf0b703db42785c7baf302.tar.gz
nixlib-0ee6f8612ed13a0b1aaf0b703db42785c7baf302.tar.bz2
nixlib-0ee6f8612ed13a0b1aaf0b703db42785c7baf302.tar.lz
nixlib-0ee6f8612ed13a0b1aaf0b703db42785c7baf302.tar.xz
nixlib-0ee6f8612ed13a0b1aaf0b703db42785c7baf302.tar.zst
nixlib-0ee6f8612ed13a0b1aaf0b703db42785c7baf302.zip
dd-agent: fix multiple tags in the config file
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/monitoring/dd-agent/dd-agent.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/dd-agent/dd-agent.nix b/nixos/modules/services/monitoring/dd-agent/dd-agent.nix
index 8d3d4f2065ec..beaa2c01b298 100644
--- a/nixos/modules/services/monitoring/dd-agent/dd-agent.nix
+++ b/nixos/modules/services/monitoring/dd-agent/dd-agent.nix
@@ -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