Skip to content

Commit 7a9dbd1

Browse files
authored
Merge pull request #3377 from nickanderson/ENT-12569/master
ENT-12569: Added documentation about promise_execution.log, variable.cache.tmp, and context.cache.tmp state files
2 parents e002eea + 7fbe1c3 commit 7a9dbd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

overview/directory-structure.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ should delete these files after a time to avoid a build up.
6565
State data such as current process identifiers of running processes,
6666
persistent classes and other cached data.
6767

68+
* `/var/cfengine/state/promise_execution.log`: In CFEngine Enterprise `cf-agent` writes promise execution results to this temporary file during execution. When `cf-agent` exits this data is stored for use by the reporting subsystem and the file is purged.
69+
70+
* `/var/cfengine/state/variable.cache.tmp`: In CFEngine Enterprise as `cf-agent` executes information about variables are stored in this file. When `cf-agent` exits this data is stored for use by the reporting subsystem and the file is purged.
71+
72+
* `/var/cfengine/state/context.cache.tmp`: In CFEngine Enterprise as `cf-agent` executes, information about classes that are defined are stored in this file. When `cf-agent` exits this data is stored for use by the reporting subsystem and the file is purged.
73+
6874
### /var/cfengine/lastseen
6975

7076
Log data for incoming and outgoing connections.

0 commit comments

Comments
 (0)