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

stopped zone file from being created if zone type is forward #219

Merged
merged 1 commit into from
Sep 14, 2022
Merged

stopped zone file from being created if zone type is forward #219

merged 1 commit into from
Sep 14, 2022

Conversation

ikonia
Copy link
Contributor

@ikonia ikonia commented Sep 13, 2022

evaluates if zone file is managed and zone file is not a forward, if the zone file is a forward type there is no value in creating the zone file as it will forward all requests.

There is a slim risk that someone may want a forward zone file that is forward first rather than forward only, upon research this usecase is obsolete in bind deployments and was a requirement due to some of the legacy capabilities in earlier versions of bind.

If this risk is not an acceptable one to merge into the module, I can expand the evaluation to be zonetype and for include if the forward parameter is 'first' rather than 'only' which is the default for a foward zone.

I believe this is an acceptable use-case to ignore

@ekohl ekohl merged commit f8f3d13 into theforeman:master Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants