mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set default
This commit is contained in:
parent
7d7b97eab6
commit
0b721efe37
1 changed files with 2 additions and 3 deletions
|
@ -107,10 +107,9 @@ def _authenticate():
|
|||
'password', get_configured_provider(), __opts__, search_global=False
|
||||
)
|
||||
verify_ssl = config.get_cloud_config_value(
|
||||
'verify_ssl', get_configured_provider(), __opts__, search_global=False
|
||||
'verify_ssl', get_configured_provider(), __opts__,
|
||||
default=True, search_global=False
|
||||
)
|
||||
if verify_ssl is None:
|
||||
verify_ssl = True
|
||||
|
||||
connect_data = {'username': username, 'password': passwd}
|
||||
full_url = 'https://{0}:8006/api2/json/access/ticket'.format(url)
|
||||
|
|
Loading…
Add table
Reference in a new issue