Merge pull request #2362 from scottw/master

add data_dir to server and client configuration
This commit is contained in:
Alex Dadgar
2017-02-24 20:34:26 -08:00
committed by GitHub

View File

@@ -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