aboutsummaryrefslogtreecommitdiff
path: root/share/doc
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/bashtard.7.scd14
-rw-r--r--share/doc/playbooks.d.7.scd4
2 files changed, 3 insertions, 15 deletions
diff --git a/share/doc/bashtard.7.scd b/share/doc/bashtard.7.scd
index fc9333e..f982f78 100644
--- a/share/doc/bashtard.7.scd
+++ b/share/doc/bashtard.7.scd
@@ -29,18 +29,8 @@ certain GNU+Linux distributions.
# playbooks.d
-The *playbooks.d* directory contains a single plain-text file, *remotes*,
-describing all the remote playbooks tracked by *bashtard*. The layout of
-playbooks themselves can be found in _playbooks.d(7)_.
-
-## remotes
-
-The *remotes* file is a space-seperated file, specifying a _name_, _url_, and
-_branch_ per line, to use for keeping remote playbooks synchronized.
-
-```
-webserver https://git.tyil.nl/bashtard-webserver.git master
-```
+The *playbooks.d* directory contains all the playbook directories. For more
+information, check _playbooks.d(7)_.
# registry.d
diff --git a/share/doc/playbooks.d.7.scd b/share/doc/playbooks.d.7.scd
index b4624a2..876e547 100644
--- a/share/doc/playbooks.d.7.scd
+++ b/share/doc/playbooks.d.7.scd
@@ -10,9 +10,7 @@ bashtard - A Bash-based configuration management utility
# INTRODUCTION
*bashtard* playbooks are, in essence, no more than directories with a small
-number of required files. Even remote playbooks just get cloned into regular
-directories inside _playbooks.d_. The files you must include in any playbook
-are:
+number of required files. The files you must include in any playbook are:
- description.txt
- playbook.bash