From d0d4efd0a234eeb3d4bc27aee6fc2e07f9a07540 Mon Sep 17 00:00:00 2001 From: Bastiaan Bakker Date: Mon, 14 Nov 2016 21:59:42 +0100 Subject: [PATCH] s/Vault token/rendered template/ --- website/source/docs/job-specification/template.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/template.html.md b/website/source/docs/job-specification/template.html.md index f0c75f360..85e905ce1 100644 --- a/website/source/docs/job-specification/template.html.md +++ b/website/source/docs/job-specification/template.html.md @@ -58,7 +58,7 @@ API template functions, please refer to the [Consul Template README][ct]. templates, but we recommend using `source` for larger templates. - `change_mode` `(string: "restart")` - Specifies the behavior Nomad should take - if the Vault token changes. The possible values are: + if the rendered template changes. The possible values are: - `"noop"` - take no action (continue running the task) - `"restart"` - restart the task