voxpupuli / puppet-unbound

Puppet module for deploying the swiss-army of DNS, Unbound
https://forge.puppet.com/puppet/unbound
Apache License 2.0
28 stars 71 forks source link

unbound.conf: prefer trust_anchor_file to auto_trust_anchor_file #324

Closed b4ldr closed 2 months ago

b4ldr commented 1 year ago

The config only supports having trust_anchor_file or auto_trust_anchor_file. this updates the code to use trust_anchor_file if it is set (its undef by default) otherwise use auto_trust_anchor_file which has a default value.

fixes #316