mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Spelling, lint.
This commit is contained in:
parent
76a93d5922
commit
8b4067b6db
2 changed files with 1 additions and 2 deletions
|
@ -394,7 +394,7 @@ VALID_OPTS = {
|
|||
'range_server': str,
|
||||
|
||||
# The tcp keepalive interval to set on TCP ports. This setting can be used to tune salt connectivity
|
||||
# issues in messy network environments with misbeahving firewalls
|
||||
# issues in messy network environments with misbehaving firewalls
|
||||
'tcp_keepalive': bool,
|
||||
|
||||
# Sets zeromq TCP keepalive idle. May be used to tune issues with minion disconnects
|
||||
|
|
|
@ -49,7 +49,6 @@ def init(opts):
|
|||
except TerminalException as e:
|
||||
log.error(e)
|
||||
return False
|
||||
pass
|
||||
|
||||
|
||||
def shutdown(opts):
|
||||
|
|
Loading…
Add table
Reference in a new issue