bundles/postfix: fix metadata reactor for letsencrypt
This commit is contained in:
parent
ea55a02215
commit
652fb72ccc
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ def letsencrypt(metadata):
|
|||
|
||||
if myhostname and myhostname != metadata.get('hostname'):
|
||||
result['domains'] = {
|
||||
myhostname: {},
|
||||
myhostname: set(),
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue