le needs bind
This commit is contained in:
parent
5c9dea327c
commit
2eab0d2ca9
1 changed files with 3 additions and 0 deletions
|
@ -67,3 +67,6 @@ for domain in node.metadata.get('letsencrypt/domains').keys():
|
||||||
'action:letsencrypt_update_certificates',
|
'action:letsencrypt_update_certificates',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if node.has_bundle('dns'):
|
||||||
|
actions['letsencrypt_update_certificates']['needs'].add('svc_systemd:named:restart')
|
||||||
|
|
Loading…
Reference in a new issue