Skip to content

Commit

Permalink
Update website documentation to reflect changes in this PR
Browse files Browse the repository at this point in the history
There is a new logging key for the user config watcher. And some
semantics of the reconfigure hook have changed.

Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
  • Loading branch information
Lorenzo Manacorda authored and krnowak committed Jan 2, 2018
1 parent 963a6fb commit 8359d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion www/source/partials/docs/_reference-hooks.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For processes that can update their configuration without requiring a restart a
###reconfigure
File location: `<plan>/hooks/reconfigure`

This hook is run when service configuration information has changed through a set of Habitat services that are peers with each other. Before the `reconfigure` hook the config files are re-rendered and the process is either restarted or the `reload` hook is called if present.
This hook is run when service configuration has changed due to updates coming from the gossip protocol or from the `user.toml` file. Before the `reconfigure` hook the config files are re-rendered and the process is either restarted or the `reload` hook is called if present.

###suitability
File location: `<plan>/hooks/suitability`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ The meanings of the keys are as follows:
| SU | Service updater |
| SV | Supervisor |
| SY | "sys" utility |
| UCW | User-config watcher |
| UR | Users utility |
| UT | Utilities |

0 comments on commit 8359d0b

Please sign in to comment.