conf/minion: attempt at fixing #32460

This commit is contained in:
Jeffrey 'jf' Lim 2016-05-26 21:57:05 +08:00
parent ab9639f393
commit 983309ee5a

View file

@ -540,7 +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 sha256, sha224, sha384 and sha512 are also supported.
# the local fileserver. The default is md5, but 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.