unbreak and provide a possible fix though commented for now

This commit is contained in:
Daniel Jakots 2017-06-02 12:08:59 -04:00
parent 383a942ced
commit 214442b15f

View file

@ -15,7 +15,11 @@ server:
# root-hints: "/var/unbound/etc/named.cache" # root-hints: "/var/unbound/etc/named.cache"
# Uncomment to enable DNSSEC validation. # Uncomment to enable DNSSEC validation.
{% if ansible_os_family = "OpenBSD" %}
auto-trust-anchor-file: "/var/unbound/db/root.key" auto-trust-anchor-file: "/var/unbound/db/root.key"
{% else %}
#auto-trust-anchor-file: "/etc/unbound/root.key"
{% endif %}
# Serve zones authoritatively from Unbound to resolver clients. # Serve zones authoritatively from Unbound to resolver clients.
# Not for external service. # Not for external service.