From 61bebec025482894fff4a4e715598ad8f21444a1 Mon Sep 17 00:00:00 2001 From: Danilo Sousa Date: Tue, 15 Aug 2017 11:59:54 -0300 Subject: include `nodes_done` docs to README --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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. -- cgit v1.2.1