diff options
author | Danilo Sousa <danilopopeye@users.noreply.github.com> | 2017-09-11 11:44:44 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-11 11:44:44 -0300 |
commit | f18789556b9b0926e4f5e401e9c722f4812240f1 (patch) | |
tree | ea8f154d971d9e17292799f45fea3443ec5d39d9 /README.md | |
parent | a4174019e55992182a357573022a8ce024284bf7 (diff) | |
parent | 61bebec025482894fff4a4e715598ad8f21444a1 (diff) |
Merge pull request #971 from danilopopeye/ds-worker-done-hook
all nodes done hook
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |