mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Misc cleanup
This commit is contained in:
parent
c7553288bf
commit
fd4fff89c7
@ -761,7 +761,6 @@ class AESFuncs(object):
|
||||
Create a new AESFuncs
|
||||
|
||||
:param dict opts: The salt options
|
||||
:param salt.transport.server.ReqServerChannel req_channel: transport
|
||||
|
||||
:rtype: AESFuncs
|
||||
:returns: Instance for handling AES operations
|
||||
@ -1918,7 +1917,7 @@ class ClearFuncs(object):
|
||||
return {}
|
||||
payload = self._prep_pub(minions, jid, clear_load, extra)
|
||||
|
||||
#Send it!
|
||||
# Send it!
|
||||
self._send_pub(payload)
|
||||
|
||||
return {
|
||||
|
@ -1,3 +0,0 @@
|
||||
Minion polling: _do_poll makes all recv() slow since we are now pulled out of that code
|
||||
|
||||
Master-side
|
Loading…
Reference in New Issue
Block a user