mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28361 from rallytime/bp-28087
Back-port #28087 to 2015.8
This commit is contained in:
commit
06b928cfdb
1 changed files with 1 additions and 1 deletions
|
@ -121,6 +121,6 @@ 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 self.low(fun, kwarg)
|
||||
|
||||
|
||||
Wheel = WheelClient # for backward-compat
|
||||
|
|
Loading…
Add table
Reference in a new issue