diff options
author | Danilo Sousa <dsgoncalves@uoldiveo.com> | 2017-08-15 11:59:54 -0300 |
---|---|---|
committer | Danilo Sousa <dsgoncalves@uoldiveo.com> | 2017-08-15 11:59:54 -0300 |
commit | 61bebec025482894fff4a4e715598ad8f21444a1 (patch) | |
tree | e51b261dc396281b67d7f8c0605e20576ed36689 | |
parent | 1b9cce245de59ae1d2cff0979d640e679b720590 (diff) |
include `nodes_done` docs to README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |