mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31593 from rallytime/bp-31570
Back-port #31570 to 2015.8
This commit is contained in:
commit
c8dbc93ac6
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ class WheelClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object):
|
|||
>>> wheel.cmd('key.finger', ['jerry'])
|
||||
{'minions': {'jerry': '5d:f6:79:43:5e:d4:42:3f:57:b8:45:a8:7e:a4:6e:ca'}}
|
||||
'''
|
||||
return super(WheelClient, self).cmd(fun, arg, pub_data, kwarg)
|
||||
|
||||
|
||||
Wheel = WheelClient # for backward-compat
|
||||
|
|
Loading…
Add table
Reference in a new issue