diff options
author | ytti <saku@ytti.fi> | 2016-01-18 16:23:00 +0200 |
---|---|---|
committer | ytti <saku@ytti.fi> | 2016-01-18 16:23:00 +0200 |
commit | f3f6b5c9e0fdebcdaaf6cc01621c8dd6d3096e58 (patch) | |
tree | ea060fe6ea45e16ba44a3726db7814823059b422 | |
parent | 9f49d6e7e3d30b561fef60d01059b9b2e4d771a7 (diff) | |
parent | 01a084ee94f7d4d01041a8d25210c2f2d133d7f6 (diff) |
Merge pull request #267 from MrRJ45/patch-2
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |