mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #33547 from jf/config-file-patches
conf/minion: minion supports sha1 hashing as well, so add that in the note as well
This commit is contained in:
commit
73b4d3c768
1 changed files with 2 additions and 2 deletions
|
@ -540,8 +540,8 @@
|
|||
#fileserver_limit_traversal: False
|
||||
|
||||
# The hash_type is the hash to use when discovering the hash of a file on
|
||||
# the local fileserver. The default is md5, but sha224, sha256, sha384 and sha512 are
|
||||
# also supported.
|
||||
# the local fileserver. The default is md5, but sha1, sha224, sha256, sha384
|
||||
# and sha512 are also supported.
|
||||
#
|
||||
# WARNING: While md5 and sha1 are also supported, do not use it due to the high chance
|
||||
# of possible collisions and thus security breach.
|
||||
|
|
Loading…
Add table
Reference in a new issue