mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #42770 from rallytime/merge-2017.7.1-into-2017.7
[2017.7] Merge forward from 2017.7.1 to 2017.7
This commit is contained in:
commit
9a8c9ebffc
2 changed files with 3 additions and 0 deletions
|
@ -115,6 +115,7 @@ def start():
|
|||
ssl_opts.update({'keyfile': mod_opts['ssl_key']})
|
||||
kwargs['ssl_options'] = ssl_opts
|
||||
|
||||
import tornado.httpserver
|
||||
http_server = tornado.httpserver.HTTPServer(get_application(__opts__), **kwargs)
|
||||
try:
|
||||
http_server.bind(mod_opts['port'],
|
||||
|
|
|
@ -273,6 +273,8 @@ class ReactWrap(object):
|
|||
try:
|
||||
f_call = salt.utils.format_call(l_fun, low)
|
||||
kwargs = f_call.get('kwargs', {})
|
||||
if 'arg' not in kwargs:
|
||||
kwargs['arg'] = []
|
||||
if 'kwarg' not in kwargs:
|
||||
kwargs['kwarg'] = {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue