From e13986a053528436ec6d04fa2e69c3fd71a0eb37 Mon Sep 17 00:00:00 2001 From: Jeffrey 'jf' Lim Date: Thu, 26 May 2016 22:07:35 +0800 Subject: [PATCH] conf/minion: minion supports sha1 hashing as well, so add that in the note --- conf/minion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/minion b/conf/minion index ad34ff1530f..0db24b493c5 100644 --- a/conf/minion +++ b/conf/minion @@ -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.