Add documentation for new hook script feature
This commit is contained in:
parent
628e6bfef4
commit
eed07c296c
|
@ -1,7 +1,7 @@
|
||||||
letsencrypt-sh formula
|
letsencrypt-sh formula
|
||||||
======================
|
======================
|
||||||
|
|
||||||
0.3.1 (UNRELEASED)
|
0.3.1 (2016-12-13)
|
||||||
|
|
||||||
- Add support for hook script reloading a service.
|
- Add support for hook script reloading a service.
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,13 @@ Installs the letsencrypt.sh client.
|
||||||
``letsencrypt-sh.config``
|
``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``
|
``letsencrypt-sh.apache``
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
Loading…
Reference in New Issue