mirror of https://github.com/status-im/consul.git
Corrects `defile` to `defined` (#5262)
This commit is contained in:
parent
d51471c9b0
commit
4639466618
|
@ -31,7 +31,7 @@ There are several different kinds of checks:
|
||||||
In Consul 0.9.0 and later, script checks are not enabled by default. To use them you
|
In Consul 0.9.0 and later, script checks are not enabled by default. To use them you
|
||||||
can either use :
|
can either use :
|
||||||
* [`enable_local_script_checks`](/docs/agent/options.html#_enable_local_script_checks):
|
* [`enable_local_script_checks`](/docs/agent/options.html#_enable_local_script_checks):
|
||||||
enable script checks defile in local config files. Script checks defined via the HTTP
|
enable script checks defined in local config files. Script checks defined via the HTTP
|
||||||
API will not be allowed.
|
API will not be allowed.
|
||||||
* [`enable_script_checks`](/docs/agent/options.html#_enable_script_checks): enable
|
* [`enable_script_checks`](/docs/agent/options.html#_enable_script_checks): enable
|
||||||
script checks regardless of how they are defined.
|
script checks regardless of how they are defined.
|
||||||
|
|
Loading…
Reference in New Issue