aboutsummaryrefslogtreecommitdiff
path: root/share/doc/bashtard.7.scd
diff options
context:
space:
mode:
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