From 1799ba1ab9aed13fe537f1be3fc1ca07688f7d59 Mon Sep 17 00:00:00 2001 From: Forrest Alvarez Date: Tue, 4 Mar 2014 04:40:01 +0000 Subject: [PATCH] Added a note regarding the supported hash types. --- salt/modules/file.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/salt/modules/file.py b/salt/modules/file.py index 20a94635fb..debdb539b5 100644 --- a/salt/modules/file.py +++ b/salt/modules/file.py @@ -2343,6 +2343,11 @@ def check_file_meta( .. code-block:: bash salt '*' file.check_file_meta /etc/httpd/conf.d/httpd.conf salt://http/httpd.conf '{hash_type: 'md5', 'hsum': }' root, root, '755' base + + .. note:: + + Supported hash types include sha512, sha384, sha256, sha224, sha1, and + md5. ''' changes = {} if not source_sum: