From 032bf728160c8f89318c1e9f1e2b36f916e85d99 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 3 Dec 2015 00:20:21 -0800 Subject: [PATCH] Change references to .conf files to .hcl --- dist/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/README.md b/dist/README.md index b3795dc82..3a7187601 100644 --- a/dist/README.md +++ b/dist/README.md @@ -10,16 +10,16 @@ On unixes we will place agent configs under `/etc/nomad` and store data under `/ The following example configuration files are provided: -- `server.conf` -- `client.conf` +- `server.hcl` +- `client.hcl` -Place one of these under `/etc/nomad` depending on the node's role. You should use `server.conf` to configure a node as a server (which is responsible for scheduling) or `client.conf` to configure a node as a client (which is responsible for running workloads). +Place one of these under `/etc/nomad` depending on the node's role. You should use `server.hcl` to configure a node as a server (which is responsible for scheduling) or `client.hcl` to configure a node as a client (which is responsible for running workloads). Read to learn which options are available and how to configure them. ## Upstart -On systems using upstart the basic upstart file under `upstart/nomad.conf` starts and stops the nomad agent. Place it under `/etc/init/nomad.conf`. +On systems using upstart the basic upstart file under `upstart/nomad.hcl` starts and stops the nomad agent. Place it under `/etc/init/nomad.hcl`. You can control Nomad with `start|stop|restart nomad`.