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
|
||||
|
||||
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
|
||||
enforce the use of TLS and verify the peers authenticity on outgoing connections
|
||||
|
|
|
@ -72,13 +72,13 @@ EXAMPLES
|
|||
--delimiter ' = ' --comment '# my linux kernel should act as a router'
|
||||
|
||||
# Remove existing key/value
|
||||
__key_value LEGACY_KEY --file /etc/somefile --state absent --delimiter '='
|
||||
__key_value LEGACY_KEY --file /etc/somefile --state absent --delimiter '='
|
||||
|
||||
|
||||
MORE INFORMATION
|
||||
----------------
|
||||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ cdist) and then deployed to the target host using the __file type.
|
|||
REQUIRED PARAMETERS
|
||||
-------------------
|
||||
source
|
||||
the URL from which to retreive the source file.
|
||||
the URL from which to retrieve the source file.
|
||||
e.g.
|
||||
|
||||
* https://dl.bintray.com/mitchellh/consul/0.4.1_linux_amd64.zip
|
||||
|
|
|
@ -20,10 +20,10 @@ uri
|
|||
OPTIONAL PARAMETERS
|
||||
-------------------
|
||||
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
|
||||
Either "present" or "absent", defaults to "present"
|
||||
Either "present" or "absent", defaults to "present"
|
||||
|
||||
type
|
||||
Defaults to "ris", the standard type of services at SLES11. For other values, see manpage of zypper.
|
||||
|
|
Loading…
Reference in a new issue