mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use SHA1 hash by default
This commit is contained in:
parent
785717703b
commit
0d4e4e31f8
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ def chgrp(path, group):
|
|||
return None
|
||||
|
||||
|
||||
def stats(path, hash_type='md5', follow_symlinks=True):
|
||||
def stats(path, hash_type='sha1', follow_symlinks=True):
|
||||
'''
|
||||
Return a dict containing the stats for a given file
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue