diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-02-08 13:44:32 -0500 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-02-08 13:44:32 -0500 |
commit | 76350ecc5f05ee5236dd98e37291061813b8e709 (patch) | |
tree | 0e6cf20a9fadfe78a2fb193970150ad543e73036 /doc | |
parent | 398be2c5cb613d9506e0c115510c1b55881ca64e (diff) | |
download | bcfg2-76350ecc5f05ee5236dd98e37291061813b8e709.tar.gz bcfg2-76350ecc5f05ee5236dd98e37291061813b8e709.tar.bz2 bcfg2-76350ecc5f05ee5236dd98e37291061813b8e709.zip |
made Action entries in Independent structures run with when="always"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/client/tools/actions.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/client/tools/actions.txt b/doc/client/tools/actions.txt index ffca8572e..268fcc51d 100644 --- a/doc/client/tools/actions.txt +++ b/doc/client/tools/actions.txt @@ -28,8 +28,7 @@ so they can be centrally observed. Actions look like: Note that the status attribute tells the bcfg2 client to ignore return status, causing failures to still not be centrally reported. If central reporting of action failure is desired, set this attribute to -'check'. Also note that Action entries included in Base will not be -executed. +'check'. Actions are not completely defined inside of a bundle; they are an abstract entry. The Rules plugin can bind these entries. For example |