Use MD5 hash algorithm by default (until deprecated)

This commit is contained in:
Bo Maryniuk 2016-02-26 16:11:18 +01:00
parent 584325797c
commit 36da8f5efa

View file

@ -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': [],