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:
Nurono 2018-01-30 14:24:47 +03:00
parent e45b27f015
commit dd5fa715f8
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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