mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37441 from rallytime/bp-37428
Back-port #37428 to 2015.8
This commit is contained in:
commit
7fba8aaa7e
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def query(key, keyid, method='GET', params=None, headers=None,
|
|||
keyid = salt.utils.aws.IROLE_CODE
|
||||
|
||||
if not location:
|
||||
location = __utils__['aws.get_location']()
|
||||
location = salt.utils.aws.get_location()
|
||||
|
||||
data = ''
|
||||
payload_hash = None
|
||||
|
|
Loading…
Add table
Reference in a new issue