summaryrefslogtreecommitdiffstats
path: root/doc/plugins/probes.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-01-14 04:00:20 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-01-14 04:00:20 +0000
commit295979b3bc2d4c6e1a11e33ec05172f00dbf147b (patch)
tree0647ca14a6c4c24d86ea4c1e19155c31ef9ce3b2 /doc/plugins/probes.txt
parentaf710b16554b1dbb905c55bd67ba879ab1682d71 (diff)
downloadbcfg2-295979b3bc2d4c6e1a11e33ec05172f00dbf147b.tar.gz
bcfg2-295979b3bc2d4c6e1a11e33ec05172f00dbf147b.tar.bz2
bcfg2-295979b3bc2d4c6e1a11e33ec05172f00dbf147b.zip
doc: Switch :ref: to :doc: for document refences
Doing this now should save us time in the future. If we are not dependent on the document structure then we can easily move things around without worrying about breaking existing links. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5680 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/plugins/probes.txt')
-rw-r--r--doc/plugins/probes.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/probes.txt b/doc/plugins/probes.txt
index a888b776d..45e967423 100644
--- a/doc/plugins/probes.txt
+++ b/doc/plugins/probes.txt
@@ -1,12 +1,14 @@
.. -*- mode: rst -*-
+.. _plugins-probes:
+
======
Probes
======
At times you need to gather information from a client machine before you can generate its configuration. For example, if some of your machines have both a local scratch disk and a system disk while others only have the system disk, you would want to know this information to correctly generate an `/etc/auto.master` autofs config file for each type. Here we will look at how to do this.
-First you will need to set up the TCheetah plugin, as described on the :doc:`generators/tcheetah` page.
+First you will need to set up the TCheetah plugin, as described on the :ref:`plugins-generators-tcheetah` page.
Next, we need to create a `Probes` directory in our toplevel repository location::