summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDanilo Sousa <danilopopeye@users.noreply.github.com>2017-09-11 11:44:44 -0300
committerGitHub <noreply@github.com>2017-09-11 11:44:44 -0300
commitf18789556b9b0926e4f5e401e9c722f4812240f1 (patch)
treeea8f154d971d9e17292799f45fea3443ec5d39d9 /README.md
parenta4174019e55992182a357573022a8ce024284bf7 (diff)
parent61bebec025482894fff4a4e715598ad8f21444a1 (diff)
Merge pull request #971 from danilopopeye/ds-worker-done-hook
all nodes done hook
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3fb06e3..0a04204 100644
--- a/README.md
+++ b/README.md
@@ -901,6 +901,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.