summaryrefslogtreecommitdiffstats
path: root/doc/server/plugins/generators/deps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/server/plugins/generators/deps.txt')
-rw-r--r--doc/server/plugins/generators/deps.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/server/plugins/generators/deps.txt b/doc/server/plugins/generators/deps.txt
index 9f704e905..e6f2c6a13 100644
--- a/doc/server/plugins/generators/deps.txt
+++ b/doc/server/plugins/generators/deps.txt
@@ -6,8 +6,10 @@
Deps
====
-The Deps Plugin allows you to make a series of assertions like "Package X requires Package Y (and optionally also Package Z etc.)
-Note that only configuration entries, like Package, !ConfigFile, etc can be used. Groupings (like Bundle) are not supported.
+The Deps Plugin allows you to make a series of assertions like "Package
+X requires Package Y (and optionally also Package Z etc). Note that only
+configuration entries, like Package, Path, etc can be used. Groupings
+(like Bundle) are not supported.
Here are some examples:
@@ -23,7 +25,9 @@ Deps/bcfg2.xml
</Package>
</Dependencies>
-This basically causes any configuration specification that includes Package bcfg2 to include python-lxml and isprelink, in a second base clause.
+This basically causes any configuration specification that includes
+Package bcfg2 to include python-lxml and isprelink, in a second base
+clause.
Deps/bcfg2-server.xml
=====================
@@ -47,4 +51,5 @@ Deps/bcfg2-server.xml
</Package>
</Dependencies>
-This states that the bcfg2-server package (it's a separate package on some distros) depends on a long list of other packages.
+This states that the bcfg2-server package (it's a separate package on
+some distros) depends on a long list of other packages.