mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Typo in file.managed doc
This commit is contained in:
parent
042424c481
commit
e31339c41d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user