mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #36749 from jacobhammons/file-dict
Fixes the file_dict cli examples to reference the correct function
This commit is contained in:
commit
89f9fc8c0d
1 changed files with 3 additions and 3 deletions
|
@ -2021,9 +2021,9 @@ def file_dict(*packages):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' pkg.file_list httpd
|
||||
salt '*' pkg.file_list httpd postfix
|
||||
salt '*' pkg.file_list
|
||||
salt '*' pkg.file_dict httpd
|
||||
salt '*' pkg.file_dict httpd postfix
|
||||
salt '*' pkg.file_dict
|
||||
'''
|
||||
return __salt__['lowpkg.file_dict'](*packages)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue