make CONFIG_EMAIL configurable

This commit is contained in:
David Kilias 2021-02-09 08:06:32 +01:00
parent e0c43f330d
commit 15d5056111
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
dehydrated_version: "v0.7.0"
dehydrated_contact_email: ""
dehydrated_location: "/usr/local/share/dehydrated"
dehydrated_binary: "/usr/local/bin/dehydrated"
dehydrated_config_dir: "/usr/local/etc/dehydrated"

View file

@ -1,2 +1,3 @@
HOOK={{ dehydrated_config }}/hook.sh
WELLKNOWN={{ dehydrated_wellknown }}
CONTACT_EMAIL={{ dehydrated_contact_email }}