From 1186eae0c62ba6810ea597083bd8e56d487811c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Wei=C3=9F?= Date: Wed, 22 Jun 2011 14:47:01 +0200 Subject: doc: Move Deps to the Structure plugins Deps is a Structure plugin, not a Generator. --- doc/server/plugins/generators/deps.txt | 61 ---------------------------------- doc/server/plugins/structures/deps.txt | 61 ++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 doc/server/plugins/generators/deps.txt create mode 100644 doc/server/plugins/structures/deps.txt (limited to 'doc') diff --git a/doc/server/plugins/generators/deps.txt b/doc/server/plugins/generators/deps.txt deleted file mode 100644 index 7c5861d06..000000000 --- a/doc/server/plugins/generators/deps.txt +++ /dev/null @@ -1,61 +0,0 @@ -.. -*- mode: rst -*- - -.. _server-plugins-generators-deps: - -==== -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, Path, etc can be used. Groupings -(like Bundle) are not supported. - -Here are some examples: - -.. note:: - - These particular examples are not extremely useful when using the - Packages plugin as Packages will handle the dependency resolution for - you. However, there are certainly other use cases for the Deps plugin. - -Deps/bcfg2.xml -============== - -.. code-block:: xml - - - - - - - - -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 -===================== - -.. code-block:: xml - - - - - - - - - - - - - - - - - - -This states that the bcfg2-server package (it's a separate package on -some distros) depends on a long list of other packages. diff --git a/doc/server/plugins/structures/deps.txt b/doc/server/plugins/structures/deps.txt new file mode 100644 index 000000000..7c5861d06 --- /dev/null +++ b/doc/server/plugins/structures/deps.txt @@ -0,0 +1,61 @@ +.. -*- mode: rst -*- + +.. _server-plugins-generators-deps: + +==== +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, Path, etc can be used. Groupings +(like Bundle) are not supported. + +Here are some examples: + +.. note:: + + These particular examples are not extremely useful when using the + Packages plugin as Packages will handle the dependency resolution for + you. However, there are certainly other use cases for the Deps plugin. + +Deps/bcfg2.xml +============== + +.. code-block:: xml + + + + + + + + +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 +===================== + +.. code-block:: xml + + + + + + + + + + + + + + + + + + +This states that the bcfg2-server package (it's a separate package on +some distros) depends on a long list of other packages. -- cgit v1.2.3-1-g7c22