Skip to content

Commit 7fbe1c3

Browse files
committed
Added documentation about promise_execution.log, variable.cache.tmp, and context.cache.tmp state files
Ticket: ENT-12569 Changelog: None
1 parent aa628d4 commit 7fbe1c3

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)