From fa3431d204add1baab2dd1e6ca5326f2bf1749fe Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 16 May 2011 11:19:17 -0500 Subject: doc: Better document PostInstall entries Signed-off-by: Sol Jerome --- doc/server/configurationentries.txt | 18 +++++++++++++++++- schemas/bundle.xsd | 9 +++++++++ schemas/rules.xsd | 5 +++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/doc/server/configurationentries.txt b/doc/server/configurationentries.txt index 5602da189..91aed99b6 100644 --- a/doc/server/configurationentries.txt +++ b/doc/server/configurationentries.txt @@ -34,6 +34,22 @@ Non-POSIX entries | Service | System Services | name, type, status, target | +-------------+---------------------+-----------------------------+ +.. note:: + + PostInstall entries are deprecated in favor of Action entries. In + fact, a PostInstall entry is simply a specific type of Action. + Basically, the following are equivalent:: + + .. code-block:: xml + + + + and + + .. code-block:: xml + + + POSIX entries ============= @@ -48,7 +64,7 @@ will only contain a *name* attribute. The type will be added by the plugin that handles the entry in the case of `Cfg`_, `TGenshi`_, or `TCheetah`_. If the entry is handled by the `Rules`_ plugin (i.e. it is a device, directory, hardlink, symlink, etc), then you will specify both -the *type* and any other necessary attributes in `Rules`_. +the *type* and any other necessary attributes in `Rules`_. Running ``bcfg2-lint`` will check your configuration specification for the presence of any mandatory attributes that are necessary for the diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index b226e1078..c0a7e08ac 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -55,6 +55,15 @@ + + + + PostInstall entries are deprecated in favor of Action + entries. Actions can do everything PostInstall entries can + do and more. + + + diff --git a/schemas/rules.xsd b/schemas/rules.xsd index bc8a4af80..101b62384 100644 --- a/schemas/rules.xsd +++ b/schemas/rules.xsd @@ -24,6 +24,10 @@ + + + + @@ -68,6 +72,7 @@ + -- cgit v1.2.3-1-g7c22