Set config hash_type to SHA1

This commit is contained in:
Bo Maryniuk 2016-02-12 16:16:12 +01:00
parent 413eca124d
commit 8f9543c292

View file

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