mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Remove trailing white-space and some line wrapping.
This commit is contained in:
parent
afddbc8ee9
commit
1bce964105
@ -14,6 +14,7 @@ import salt.minion
|
||||
import salt.utils.event
|
||||
from salt.utils.event import tagify
|
||||
|
||||
|
||||
class RunnerClient(object):
|
||||
'''
|
||||
``RunnerClient`` is the same interface used by the :command:`salt-run`
|
||||
@ -108,9 +109,10 @@ class RunnerClient(object):
|
||||
|
||||
def master_call(self, **kwargs):
|
||||
'''
|
||||
Send a function call to a wheel module through the master network interface
|
||||
Expects that one of the kwargs is key 'fun' whose value is the namestring
|
||||
of the function to call
|
||||
Send a function call to a wheel module through the master network
|
||||
interface.
|
||||
Expects that one of the kwargs is key 'fun' whose value is the
|
||||
namestring of the function to call.
|
||||
'''
|
||||
load = kwargs
|
||||
load['cmd'] = 'runner'
|
||||
|
Loading…
Reference in New Issue
Block a user