Added a note regarding the supported hash types.

This commit is contained in:
Forrest Alvarez 2014-03-04 04:40:01 +00:00
parent 66296ad1d9
commit 1799ba1ab9

View File

@ -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': <md5sum>}' root, root, '755' base
.. note::
Supported hash types include sha512, sha384, sha256, sha224, sha1, and
md5.
'''
changes = {}
if not source_sum: