Typo in file.managed doc

This commit is contained in:
Mike Place 2014-07-11 13:56:22 -06:00
parent 042424c481
commit e31339c41d

View File

@ -2932,7 +2932,7 @@ def manage_file(name,
.. code-block:: bash
salt '*' file.manage_file /etc/httpd/conf.d/httpd.conf '{}' salt://http/httpd.conf '{hash_type: 'md5', 'hsum': <md5sum>}' root root '755' base ''
salt '*' file.manage_file /etc/httpd/conf.d/httpd.conf '' '{}' salt://http/httpd.conf '{hash_type: 'md5', 'hsum': <md5sum>}' root root '755' base ''
.. versionchanged:: Helium
``follow_symlinks`` option added