From ba38ab3a58e5e4b16d04a57ecda58a3f71048d05 Mon Sep 17 00:00:00 2001 From: Nate Brown Date: Tue, 14 Jul 2015 15:57:06 -0700 Subject: [PATCH] Git ignore getting in the way --- command/server/test-fixtures/config-dir/baz.hcl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 command/server/test-fixtures/config-dir/baz.hcl diff --git a/command/server/test-fixtures/config-dir/baz.hcl b/command/server/test-fixtures/config-dir/baz.hcl new file mode 100644 index 0000000000..e826dec4b4 --- /dev/null +++ b/command/server/test-fixtures/config-dir/baz.hcl @@ -0,0 +1,5 @@ +telemetry { + statsd_address = "baz" + statsite_address = "qux" + disable_hostname = true +}