aboutsummaryrefslogtreecommitdiff
path: root/share/doc/bashtard.7.scd
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-10 11:01:54 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-10 11:01:54 +0100
commite6d7a1ec24144312102b0e48fef36ec4393904c6 (patch)
tree9f3522a7af641dffeead249163d456c974f2485b /share/doc/bashtard.7.scd
parent3aecf52e0a050bbdd3b7f984df028e7b511fd238 (diff)
Update docs
Diffstat (limited to 'share/doc/bashtard.7.scd')
-rw-r--r--share/doc/bashtard.7.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/doc/bashtard.7.scd b/share/doc/bashtard.7.scd
index 5fb1e96..6413f52 100644
--- a/share/doc/bashtard.7.scd
+++ b/share/doc/bashtard.7.scd
@@ -14,6 +14,13 @@ bashtard - A Bash-based configuration management utility
The defaults file is a _bashtard(5)_ key-value file. It specifies the values of
variables in case there are no host or os specific values.
+# data.d
+
+The *data.d* directory contains a directory for each playbook that actively uses
+it. It stores data generated or otherwise used by the playbook between
+consecutive runs. This allows a playbook writer to keep a clear seperation
+between a user's data and the playbook.
+
# hosts.d
The *hosts.d* directory contains one file for each specific host you're managing