mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Correction of cachedir error
This commit is contained in:
parent
699912ef9c
commit
b772689191
@ -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
|
||||||
================================
|
================================
|
||||||
|
Loading…
Reference in New Issue
Block a user