mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set config hash_type to SHA1
This commit is contained in:
parent
413eca124d
commit
8f9543c292
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': 'md5',
|
||||
'hash_type': 'sha1',
|
||||
'disable_modules': [],
|
||||
'disable_returners': [],
|
||||
'whitelist_modules': [],
|
||||
|
|
Loading…
Add table
Reference in a new issue