mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use MD5 hash algorithm by default (until deprecated)
This commit is contained in:
parent
584325797c
commit
36da8f5efa
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ DEFAULT_MINION_OPTS = {
|
|||
'gitfs_env_whitelist': [],
|
||||
'gitfs_env_blacklist': [],
|
||||
'gitfs_ssl_verify': False,
|
||||
'hash_type': 'sha256',
|
||||
'hash_type': 'md5',
|
||||
'disable_modules': [],
|
||||
'disable_returners': [],
|
||||
'whitelist_modules': [],
|
||||
|
|
Loading…
Add table
Reference in a new issue