theforeman / puppet-dns

Installs and manages an ISC BIND DNS server with zones
Apache License 2.0
18 stars 70 forks source link

Handle dnssec-enable config option removal #210

Closed ekohl closed 2 years ago

ekohl commented 2 years ago

In BIND 9.15 the dnssec-enable config option was made obsolete (it's always enabled) and 9.18 removed it.

Fixes #207