Bug #13535
closedDNS smart-proxy documentation error
Description
Since 1.10.1, the DNS config options changed a bit, and some of the old options are still mentioned in the DNS proxy config:
http://theforeman.org/manuals/1.10/index.html#4.3.5DNS
4.3.5.1 dns.yml
These are the new options and correct:
To enable the DNS module and enable a provider, dns.yml must contain: :enabled: https :use_provider: dns_nsupdate
And below, at the Proxy section under
4.3.5.3 GSS-TSIG DNS
the old ones are still listed:
Update the proxy DNS configuration file (/etc/foreman-proxy/settings.d/dns.yml) with the following setting: :dns_provider: nsupdate_gss
This should be:
:use_provider: dns_nsupdate_gss
Updated by Dominic Cleal almost 9 years ago
- Project changed from Foreman to Website
- Status changed from New to Closed
- % Done changed from 0 to 100
Thanks for the report. I made your proposed change in https://github.com/theforeman/theforeman.org/commit/963a19ffa641be9a55d244b543dab9fcc759ba4c. If you've got any improvements for the manual, it's easy to send an update to that same repo, even through the GitHub web interface (with or without a Redmine ticket).
Updated by Frank Hart almost 9 years ago
Dominic Cleal wrote:
Thanks for the report. I made your proposed change in https://github.com/theforeman/theforeman.org/commit/963a19ffa641be9a55d244b543dab9fcc759ba4c. If you've got any improvements for the manual, it's easy to send an update to that same repo, even through the GitHub web interface (with or without a Redmine ticket).
Will do, thanks