diff --git a/bundles/unbound/items.py b/bundles/unbound/items.py index 519b811..89bce8a 100644 --- a/bundles/unbound/items.py +++ b/bundles/unbound/items.py @@ -41,6 +41,13 @@ svc_systemd = { }, } +directories['/usr/share/dns'] = { + 'before': { + 'pkg_apt:unbound', + 'pkg_apt:unbound-anchor', + }, +} + if node.has_bundle('systemd-networkd'): svc_systemd['unbound']['needed_by'] = { 'file:/etc/resolv.conf',