summaryrefslogtreecommitdiffstats
path: root/doc/plugins/structures/bundler.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/structures/bundler.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/structures/bundler.txt')
-rw-r--r--doc/plugins/structures/bundler.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/structures/bundler.txt b/doc/plugins/structures/bundler.txt
index 9d663e90c..86f3dbf08 100644
--- a/doc/plugins/structures/bundler.txt
+++ b/doc/plugins/structures/bundler.txt
@@ -1,3 +1,5 @@
+.. -*- mode: rst -*-
+
.. _plugins-structures-bundler:
=======
@@ -90,7 +92,7 @@ In some cases, configuration files need to include the client's hostname in thei
<Path name='/etc/package-${metadata.hostname}'/>
</Bundle>
-Depending on the circumstance, these configuration files can either be handled by individual entries in :doc:`../generators/cfg`, :doc:`../generators/tcheetah`, or :doc:`../generators/tgenshi`, or can be mapped to a single entry by using the [wiki:altsrc] feature.
+Depending on the circumstance, these configuration files can either be handled by individual entries in :ref:`plugins-generators-cfg`, :ref:`plugins-generators-tcheetah`, or :ref:`plugins-generators-tgenshi`, or can be mapped to a single entry by using the [wiki:altsrc] feature.
In this example, configuration file names are built using probed results from the client. getmac is a probe that gathers client MAC addresses and returns them in a newline delimited string.