summaryrefslogtreecommitdiffstats
path: root/doc/plugins/structures
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plugins/structures')
-rw-r--r--doc/plugins/structures/base.txt4
-rw-r--r--doc/plugins/structures/bundler.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/plugins/structures/base.txt b/doc/plugins/structures/base.txt
index b63ee5cc9..eebeadd48 100644
--- a/doc/plugins/structures/base.txt
+++ b/doc/plugins/structures/base.txt
@@ -1,7 +1,9 @@
.. -*- mode: rst -*-
+.. _plugins-structures-base:
+
====
Base
====
-The Base plugin is a structure plugin that provides the ability to add lists of unrelated entries into client configuration entry inventories. Base works much like Bundler in its file format. The main difference between Base and Bundler is that Base files are included in all clients' configuration whereas bundles must be included explicitly in your Metadata. See the :doc:`bundler` page for details.
+The Base plugin is a structure plugin that provides the ability to add lists of unrelated entries into client configuration entry inventories. Base works much like Bundler in its file format. The main difference between Base and Bundler is that Base files are included in all clients' configuration whereas bundles must be included explicitly in your Metadata. See the :ref:`plugins-structures-bundler` page for details.
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.