summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2016-01-18 16:23:00 +0200
committerytti <saku@ytti.fi>2016-01-18 16:23:00 +0200
commitf3f6b5c9e0fdebcdaaf6cc01621c8dd6d3096e58 (patch)
treeea060fe6ea45e16ba44a3726db7814823059b422
parent9f49d6e7e3d30b561fef60d01059b9b2e4d771a7 (diff)
parent01a084ee94f7d4d01041a8d25210c2f2d133d7f6 (diff)
Merge pull request #267 from MrRJ45/patch-2
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c17dd1..e4c02e8 100644
--- a/README.md
+++ b/README.md
@@ -459,7 +459,7 @@ Following configuration keys need to be defined for all hooks:
### Events
* `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.
+ * `post_store`: triggered after node configuration is stored (this is executed only when the configuration has changed).
## Hook type: exec
The `exec` hook type allows users to run an arbitrary shell command or a binary when triggered.