Correction of cachedir error

This commit is contained in:
mds1455975151 2018-01-17 08:57:54 +08:00
parent 699912ef9c
commit b772689191

View File

@ -16,7 +16,7 @@ Salt Minions maintain a *proc* directory in the Salt ``cachedir``. The *proc*
directory maintains files named after the executed job ID. These files contain directory maintains files named after the executed job ID. These files contain
the information about the current running jobs on the minion and allow for the information about the current running jobs on the minion and allow for
jobs to be looked up. This is located in the *proc* directory under the jobs to be looked up. This is located in the *proc* directory under the
cachedir, with a default configuration it is under ``/var/cache/salt/proc``. cachedir, with a default configuration it is under ``/var/cache/salt/{master|minion}/proc``.
Functions in the saltutil Module Functions in the saltutil Module
================================ ================================