summaryrefslogtreecommitdiffstats
path: root/doc/appendix
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2014-02-26 22:27:31 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2014-02-26 22:31:26 -0500
commitaf299bf3e5b61fb57d1602083956667e3d7c8a2b (patch)
tree3b04037baa77fa15cf472c825ebd49ccc1df5031 /doc/appendix
parent1d7c5d59aa34380e3f9cb43d75bb1fa8220583fc (diff)
downloadbcfg2-af299bf3e5b61fb57d1602083956667e3d7c8a2b.tar.gz
bcfg2-af299bf3e5b61fb57d1602083956667e3d7c8a2b.tar.bz2
bcfg2-af299bf3e5b61fb57d1602083956667e3d7c8a2b.zip
doc: use path globbing in examples
Diffstat (limited to 'doc/appendix')
-rw-r--r--doc/appendix/guides/import-existing-ssh-keys.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/appendix/guides/import-existing-ssh-keys.txt b/doc/appendix/guides/import-existing-ssh-keys.txt
index 6ce41ba60..0b396d327 100644
--- a/doc/appendix/guides/import-existing-ssh-keys.txt
+++ b/doc/appendix/guides/import-existing-ssh-keys.txt
@@ -21,7 +21,17 @@ Add a bundle for ssh
After verifying that SSHbase is listed on the plugins line in
``/etc/bcfg2.conf``, you need to create a bundle containing the
-appropriate entries.
+appropriate entries. In general, you can use a path glob:
+
+.. code-block:: xml
+
+ <Bundle>
+ <Path glob="/etc/ssh/*"/>
+ </Bundle>
+
+If you need more granular control -- e.g., other entries in
+``/etc/ssh`` are specified in other bundles -- you can also list the
+files explicity:
.. code-block:: xml