summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/client/tools/actions.txt6
-rw-r--r--doc/server/configurationentries.txt22
2 files changed, 16 insertions, 12 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
diff --git a/doc/server/configurationentries.txt b/doc/server/configurationentries.txt
index fbce092b9..be9ea987c 100644
--- a/doc/server/configurationentries.txt
+++ b/doc/server/configurationentries.txt
@@ -22,17 +22,17 @@ entries used by Bcfg2.
Non-POSIX entries
=================
-+-------------+---------------------+-----------------------------+
-| TagName | Description | Attributes |
-+=============+=====================+=============================+
-| Action | Command | name, command, when, timing |
-+-------------+---------------------+-----------------------------+
-| Package | Software Packages | name, type, version, url |
-+-------------+---------------------+-----------------------------+
-| PostInstall | PostInstall command | name |
-+-------------+---------------------+-----------------------------+
-| Service | System Services | name, type, status, target |
-+-------------+---------------------+-----------------------------+
++-------------+---------------------+--------------------------------------------+
+| TagName | Description | Attributes |
++=============+=====================+============================================+
+| Action | Command | name, command, when, timing, status, build |
++-------------+---------------------+--------------------------------------------+
+| Package | Software Packages | name, type, version, url |
++-------------+---------------------+--------------------------------------------+
+| PostInstall | PostInstall command | name |
++-------------+---------------------+--------------------------------------------+
+| Service | System Services | name, type, status, target |
++-------------+---------------------+--------------------------------------------+
.. note::