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:
Joseph Hall 2015-12-31 14:17:52 -07:00
commit 28b1bbbe77

View File

@ -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(