Add --renew-hook param to letsencrypt_cert type.

This commit is contained in:
Darko Poljak 2018-02-05 13:57:53 +01:00
commit 47399bfa9f
4 changed files with 21 additions and 3 deletions

View file

@ -19,6 +19,7 @@ next:
* Type __motd: Support reading from stdin (Jonas Weber)
* Type __issue: Support reading from stdin (Jonas Weber)
* Type __package_apt: Add support for --version parameter (Darko Poljak)
* Type __letsencrypt_cert: Add --renew-hook parameter(Darko Poljak)
4.7.3: 2017-11-10
* Type __ccollect_source: Add create destination parameter (Dominique Roux)