theforeman / puppet-dns

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

Adding scl based installation mode #221

Closed diLLec closed 3 months ago

diLLec commented 2 years ago

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.

diLLec commented 2 years 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?

ekohl commented 3 months ago

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.