summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Sousa <dsgoncalves@uoldiveo.com>2017-08-15 11:59:54 -0300
committerDanilo Sousa <dsgoncalves@uoldiveo.com>2017-08-15 11:59:54 -0300
commit61bebec025482894fff4a4e715598ad8f21444a1 (patch)
treee51b261dc396281b67d7f8c0605e20576ed36689
parent1b9cce245de59ae1d2cff0979d640e679b720590 (diff)
include `nodes_done` docs to README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 825abf0..fbadce7 100644
--- a/README.md
+++ b/README.md
@@ -894,6 +894,7 @@ Following configuration keys need to be defined for all hooks:
* `node_success`: triggered when configuration is succesfully pulled from a node and right before storing the configuration.
* `node_fail`: triggered after `retries` amount of failed node pulls.
* `post_store`: triggered after node configuration is stored (this is executed only when the configuration has changed).
+ * `nodes_done`: triggered after finished fetching all nodes.
## Hook type: exec
The `exec` hook type allows users to run an arbitrary shell command or a binary when triggered.