Add documentation for new hook script feature

This commit is contained in:
Raphaël Hertzog 2016-12-12 21:24:10 +01:00
parent 628e6bfef4
commit eed07c296c
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
letsencrypt-sh formula
======================
0.3.1 (UNRELEASED)
0.3.1 (2016-12-13)
- Add support for hook script reloading a service.

View File

@ -27,7 +27,13 @@ Installs the letsencrypt.sh client.
``letsencrypt-sh.config``
-------------------------
Installs the letsencrypt.sh configuration file.
Installs the letsencrypt.sh configuration file. Can also install a hook
script in /etc/letsencrypt.sh/hook (overridable with
pillar ``letsencrypt-sh:lookup:hook_script``) whose content is taken from
the source file defined at pillar
``letsencrypt-sh:lookup:hook_script_src`` (which defaults to a script
reloading the service whose name is set in pillar
``letsencrypt-sh:lookup:hook_service_to_reload``).
``letsencrypt-sh.apache``
-------------------------

View File

@ -1 +1 @@
0.3.0
0.3.1