Specify restart policy is not the same as restart behavior

This commit is contained in:
Seth Vargo 2016-10-31 16:52:41 -04:00
parent 15493c300f
commit c13a9de213
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ API template functions, please see the [Consul Template README][ct].
if the Vault token changes. The possible values are:
- `"noop"` - take no action (continue running the task)
- `"restart"` - restart the task as per the task's [restart policy][restart]
- `"restart"` - restart the task
- `"signal"` - send a configurable signal to the task
- `change_signal` `(string: "")` - Specifies the signal to send to the task as a

View File

@ -47,7 +47,7 @@ with Vault as well.
if the Vault token changes. The possible values are:
- `"noop"` - take no action (continue running the task)
- `"restart"` - restart the task as per the task's [restart policy][restart]
- `"restart"` - restart the task
- `"signal"` - send a configurable signal to the task
- `change_signal` `(string: "")` - Specifies the signal to send to the task as a