summaryrefslogtreecommitdiffstats
path: root/doc/client
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-09-22 22:30:18 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-09-22 22:30:18 +0200
commit2d725c3763fd938423018bb572386d2b96931861 (patch)
tree3f578c6f2c46af953e2126fb8b7a76bbbe99b9de /doc/client
parent8eef2c9e6ef9e7dd7be0e0d85b2c6616d0622e3c (diff)
downloadbcfg2-2d725c3763fd938423018bb572386d2b96931861.tar.gz
bcfg2-2d725c3763fd938423018bb572386d2b96931861.tar.bz2
bcfg2-2d725c3763fd938423018bb572386d2b96931861.zip
Action: Add "build" attribute to Schema and docs
Add the "build" attribute for <Action> entries to the XML Schema and to the documentation.
Diffstat (limited to 'doc/client')
-rw-r--r--doc/client/tools/actions.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/client/tools/actions.txt b/doc/client/tools/actions.txt
index 11922b00d..49488dfbe 100644
--- a/doc/client/tools/actions.txt
+++ b/doc/client/tools/actions.txt
@@ -20,7 +20,8 @@ so they can be centrally observed. Actions look like:
name='name'
command='cmd text'
when='always|modified'
- status='ignore|check'/>
+ status='ignore|check'
+ build='true|false'/>
+-----------+------------------+-------------------------------------------+
| Attribute | Values | Meaning |
@@ -37,6 +38,9 @@ so they can be centrally observed. Actions look like:
| status | ignore, check | If the return code of the action |
| | | should be reported or not |
+-----------+------------------+-------------------------------------------+
+| build | true, false | Also execute the action in build mode |
+| | | (default: true) |
++-----------+------------------+-------------------------------------------+
Note that the status attribute tells the bcfg2 client to ignore
return status, causing failures to still not be centrally reported. If