diff --git a/website/source/guides/cluster/automatic.html.md b/website/source/guides/cluster/automatic.html.md index 8263d4324..1b7daaf27 100644 --- a/website/source/guides/cluster/automatic.html.md +++ b/website/source/guides/cluster/automatic.html.md @@ -38,6 +38,8 @@ the following Nomad configuration file: ```hcl # /etc/nomad.d/server.hcl +data_dir = "/etc/nomad.d" + server { enabled = true bootstrap_expect = 3 @@ -56,6 +58,7 @@ A similar configuration is available for Nomad clients: # /etc/nomad.d/client.hcl datacenter = "dc1" +data_dir = "/etc/nomad.d" client { enabled = true