mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49366 from rallytime/bp-49232
Back-port #49232 to 2017.7
This commit is contained in:
commit
7fa912052d
1 changed files with 1 additions and 1 deletions
|
@ -2164,7 +2164,7 @@ def acl_info(consul_url=None, **kwargs):
|
|||
function = 'acl/info/{0}'.format(kwargs['id'])
|
||||
ret = _query(consul_url=consul_url,
|
||||
data=data,
|
||||
method='PUT',
|
||||
method='GET',
|
||||
function=function)
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue