mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +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
@ -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…
Reference in New Issue
Block a user