mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30110 from markckimball/fix-verify_ssl-in-joyent-cloud
Fixed flag sent to salt.utils.http in order for verify_ssl to work correctly
This commit is contained in:
commit
28b1bbbe77
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ def query(action=None,
|
|||
text=True,
|
||||
status=True,
|
||||
headers=True,
|
||||
verify=verify_ssl,
|
||||
verify_ssl=verify_ssl,
|
||||
opts=__opts__,
|
||||
)
|
||||
log.debug(
|
||||
|
|
Loading…
Add table
Reference in a new issue