Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow for omitting dnssec-enable #255

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ansgarwiechers
Copy link

@ansgarwiechers ansgarwiechers commented May 19, 2022

The setting dnssec-enable in named.conf.options was deprecated in BIND 9.15 and removed in BIND 9.18. Ubuntu started shipping BIND 9.18 with version 22.04 (Jammy), which produces a config error and fails to start if the setting is present.

This PR allows for omitting dnssec-enable from named.conf.options by setting dns::server::options::dnssec_enable to undef, and also makes undef the default value for Ubuntu 22.04 and above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant