From 64066ab78fe12fc619639d28c17b53bbce84f932 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 13 Mar 2022 21:55:25 +0900 Subject: [PATCH] Add `consul` stanza. --- cookbooks/nomad/files/etc/nomad.d/client.hcl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cookbooks/nomad/files/etc/nomad.d/client.hcl b/cookbooks/nomad/files/etc/nomad.d/client.hcl index f731e19..dd7b407 100644 --- a/cookbooks/nomad/files/etc/nomad.d/client.hcl +++ b/cookbooks/nomad/files/etc/nomad.d/client.hcl @@ -1,3 +1,11 @@ client { enabled = true + + meta { + connect.log_level = "debug" + } } + +# consul { +# token = "11800359-1330-fe54-d858-44e8de9a14f6" +# }