Fixed some spellings in old docs
This commit is contained in:
parent
df2cbba950
commit
5c6bea8658
|
@ -31,12 +31,12 @@ Nomad does not currently run Consul for you.
|
|||
* `consul.verifyssl`: This option disables SSL verification when the transport
|
||||
scheme for the Consul API client is `https`. This is set to true by default.
|
||||
|
||||
* `driver.whitelist`: A comma seperated list of whitelisted drivers (e.g.
|
||||
* `driver.whitelist`: A comma separated list of whitelisted drivers (e.g.
|
||||
"docker,qemu"). If specified, drivers not in the whitelist will be disabled.
|
||||
If the whitelist is empty, all drivers are fingerprinted and enabled where
|
||||
applicable.
|
||||
|
||||
* `fingerprint.whitelist`: A comma seperated list of whitelisted fingerprinters.
|
||||
* `fingerprint.whitelist`: A comma separated list of whitelisted fingerprinters.
|
||||
If specified, fingerprinters not in the whitelist will be disabled. If the
|
||||
whitelist is empty, all fingerprinters are used.
|
||||
|
||||
|
|
Loading…
Reference in a new issue