mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix an inconsistency in the docs
``salt.runners.fileserver`` has no function ``clear_list_cache`` Its name should be ``clear_file_list_cache`` instead.
This commit is contained in:
parent
e45b27f015
commit
dd5fa715f8
2 changed files with 4 additions and 3 deletions
|
@ -7095,7 +7095,7 @@ on a large number of minions.
|
|||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
Rather than altering this configuration parameter, it may be advisable to
|
||||
use the \fBfileserver.clear_list_cache\fP runner to clear these caches.
|
||||
use the \fBfileserver.clear_file_list_cache\fP runner to clear these caches.
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
|
|
|
@ -2470,8 +2470,9 @@ on a large number of minions.
|
|||
|
||||
.. note::
|
||||
Rather than altering this configuration parameter, it may be advisable to
|
||||
use the :mod:`fileserver.clear_list_cache
|
||||
<salt.runners.fileserver.clear_list_cache>` runner to clear these caches.
|
||||
use the :mod:`fileserver.clear_file_list_cache
|
||||
<salt.runners.fileserver.clear_file_list_cache>` runner to clear these
|
||||
caches.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue