mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Spelling.
This commit is contained in:
parent
c800f60338
commit
76a93d5922
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ VALID_OPTS = {
|
|||
# Selects a random master when starting a minion up in multi-master mode
|
||||
'master_shuffle': bool,
|
||||
|
||||
# When in mulit-master mode, temporarily remove a master from the list if a conenction
|
||||
# When in multi-master mode, temporarily remove a master from the list if a conenction
|
||||
# is interrupted and try another master in the list.
|
||||
'master_alive_interval': int,
|
||||
|
||||
|
@ -239,7 +239,7 @@ VALID_OPTS = {
|
|||
# The ipc strategy. (i.e., sockets versus tcp, etc)
|
||||
'ipc_mode': str,
|
||||
|
||||
# Enable ipv6 support for deamons
|
||||
# Enable ipv6 support for daemons
|
||||
'ipv6': bool,
|
||||
|
||||
# The chunk size to use when streaming files with the file server
|
||||
|
|
Loading…
Add table
Reference in a new issue