Closed diLLec closed 3 months ago
OK @ekohl thanks for your review - I've worked through your comments and applied the configuration to my test system. It all works with a happy isc-named with a very current version :).
Does the acceptance test run after you acked my changes?
I apologize for never getting around to actually merging this, but given the EL7 EOL I'm going to drop the support in the next major version via https://github.com/theforeman/puppet-dns/pull/262.
The current module does not provide a way to deviate from the OS bind version. Therefore one is restricted to the version the OS is providing.
With the isc-bind SCL packages however, a seperated installation of bind can be used, based on the newest version of the software.
However this can only be done by modifying the default paths of configuration and zone data.
This pull requests adds code to support those changed paths and adds a SCL overlay for the dig and nsupdate tools.