forked from martinhoefling/letsencrypt-formula
-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
Description
Your setup
Formula commit hash / release tag
git hash : df1b31e
Pillar / config used
local:
----------
post_renew:
----------
cmds:
- systemctl reload apache2
config:
----------
rsa-key-size:
4096
domainsets:
----------
www:
- www.test.localhost
- test.localhost
Bug details
Describe the bug
post_renew is documented in pillar.example, but seems only used in letsencrypt/files/renew_letsencrypt_cert.sh.jinja which is not deployed when use_package: True (default) is used.
Expected behaviour
Deploy hooks
Attempts to fix the bug
Not yet