Fix long lines

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

View File

@ -43,7 +43,8 @@ with Vault as well.
## `vault` Parameters ## `vault` Parameters
- `change_mode` `(string: "restart")` - Specifies the behavior Nomad should take if the Vault token changes. The possible values are: - `change_mode` `(string: "restart")` - Specifies the behavior Nomad should take
if the Vault token changes. The possible values are:
- `"noop"` - take no action (continue running the task) - `"noop"` - take no action (continue running the task)
- `"restart"` - restart the task as per the task's [restart policy][restart] - `"restart"` - restart the task as per the task's [restart policy][restart]