summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-09-03 10:35:57 -0700
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-09-03 10:35:57 -0700
commit0f7b300fe182c48c7e4c36e43a1f439fcde8fb54 (patch)
treee063a1da96ca443c9264b23db1573318b8259b56 /schemas
parent166201ecf2cd7c5837bdeb5ec4fcaef0132ed719 (diff)
parent730179b581e0dcdaa93a4819acbeb207db6980ef (diff)
downloadbcfg2-0f7b300fe182c48c7e4c36e43a1f439fcde8fb54.tar.gz
bcfg2-0f7b300fe182c48c7e4c36e43a1f439fcde8fb54.tar.bz2
bcfg2-0f7b300fe182c48c7e4c36e43a1f439fcde8fb54.zip
Merge pull request #139 from kincl/pre-action-processing-with-independent-entries
Pre action processing with independent entries
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd9
1 files changed, 5 insertions, 4 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 4e3dfd70f..17b7f05f0 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -122,7 +122,10 @@
<xsd:attribute type='ActionTimingEnum' name='timing'>
<xsd:annotation>
<xsd:documentation>
- When the action is run.
+ When the action is run. Actions with "pre" timing are run
+ after important entries have been installed and before
+ bundle entries are installed. Actions with "post" timing
+ are run after bundle entries are installed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@@ -130,9 +133,7 @@
<xsd:annotation>
<xsd:documentation>
If the action is always run, or is only run when a bundle
- has been modified. Actions that run before bundle
- installation ("pre" and "both") ignore the setting of
- ``when`` and are always run regardless.
+ has been modified.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>