Fix spelling errors (Dmitry Bogatov).
This commit is contained in:
parent
87d6a9c336
commit
0d82c37928
4 changed files with 6 additions and 6 deletions
|
@ -111,7 +111,7 @@ syslog
|
||||||
enables logging to syslog
|
enables logging to syslog
|
||||||
|
|
||||||
verify-incoming
|
verify-incoming
|
||||||
enforce the use of TLS and verify a client's authenticity on incomming connections
|
enforce the use of TLS and verify a client's authenticity on incoming connections
|
||||||
|
|
||||||
verify-outgoing
|
verify-outgoing
|
||||||
enforce the use of TLS and verify the peers authenticity on outgoing connections
|
enforce the use of TLS and verify the peers authenticity on outgoing connections
|
||||||
|
|
|
@ -78,7 +78,7 @@ EXAMPLES
|
||||||
MORE INFORMATION
|
MORE INFORMATION
|
||||||
----------------
|
----------------
|
||||||
This type try to handle as many values as possible, so it doesn't use regexes.
|
This type try to handle as many values as possible, so it doesn't use regexes.
|
||||||
So you need to exactly specify the key and delimiter. Delimiter can be of any lenght.
|
So you need to exactly specify the key and delimiter. Delimiter can be of any length.
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -15,7 +15,7 @@ cdist) and then deployed to the target host using the __file type.
|
||||||
REQUIRED PARAMETERS
|
REQUIRED PARAMETERS
|
||||||
-------------------
|
-------------------
|
||||||
source
|
source
|
||||||
the URL from which to retreive the source file.
|
the URL from which to retrieve the source file.
|
||||||
e.g.
|
e.g.
|
||||||
|
|
||||||
* https://dl.bintray.com/mitchellh/consul/0.4.1_linux_amd64.zip
|
* https://dl.bintray.com/mitchellh/consul/0.4.1_linux_amd64.zip
|
||||||
|
|
|
@ -20,7 +20,7 @@ uri
|
||||||
OPTIONAL PARAMETERS
|
OPTIONAL PARAMETERS
|
||||||
-------------------
|
-------------------
|
||||||
service_desc
|
service_desc
|
||||||
If supplied, use the service_desc and not the object id as descritpion for the service.
|
If supplied, use the service_desc and not the object id as description for the service.
|
||||||
|
|
||||||
state
|
state
|
||||||
Either "present" or "absent", defaults to "present"
|
Either "present" or "absent", defaults to "present"
|
||||||
|
|
Loading…
Reference in a new issue