conf/minion: minion supports sha1 hashing as well, so add that in the note

This commit is contained in:
Jeffrey 'jf' Lim 2016-05-26 22:07:35 +08:00
parent 983309ee5a
commit e13986a053

View file

@ -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.