From bdda118c4573ba6e42376f9391d4ab16e73eb4bd Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 26 Apr 2020 11:24:24 +0200 Subject: salt: T2385: XML: improve completion helpers on hash_type --- interface-definitions/salt-minion.xml.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'interface-definitions') diff --git a/interface-definitions/salt-minion.xml.in b/interface-definitions/salt-minion.xml.in index f62465a64..1c1dee2fb 100644 --- a/interface-definitions/salt-minion.xml.in +++ b/interface-definitions/salt-minion.xml.in @@ -10,7 +10,13 @@ - The hash_type is the hash to use when discovering the hash of a file on the master server. + Hash used when discovering file on master server (default: sha256) + + md5 sha1 sha224 sha256 sha384 sha512 + + + (md5|sha1|sha224|sha256|sha384|sha512) + -- cgit v1.2.3