diff options
| -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. | 
