Skip to content

Commit

Permalink
better change_mode explanation for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed May 3, 2017
1 parent 5e3e35f commit 9a4f8a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/source/docs/job-specification/template.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ README][ct].
## `template` Parameters

- `change_mode` `(string: "restart")` - Specifies the behavior Nomad should take
if the rendered template changes. The possible values are:
if the rendered template changes. Nomad will always write the new contents of
the template to the specified destination. The possible values below describe
Nomad's action after writing the template to disk.

- `"noop"` - take no action (continue running the task)
- `"restart"` - restart the task
Expand Down

0 comments on commit 9a4f8a6

Please sign in to comment.