Foreman 3.1.0, proxy 3.1.0
Tried to enable dns_powerdns as DNS provider for Smart proxy and if I edit all the config files manually it works. However, whenever I run foreman-installer again it overrides config file dns_powerdns.yml with non functioning one, with “:powerdns_backend: ‘rest’” missing and proxy can’t initialize DNS backend.
Looking at foreman-installer -h output there are just two options for configuring powerdns:
= Module foreman_proxy_plugin_dns_powerdns:
–foreman-proxy-plugin-dns-powerdns-rest-api-key The REST API key (current: “foreman”)
–foreman-proxy-plugin-dns-powerdns-rest-url The REST API URL (current: “http://localhost:8081/api/v1/servers/localhost”)
I can’t find the configuration option for powerdns_backend. I tried with foreman-installer --foreman-proxy-plugin-dns-powerdns-backend “rest” - but to no avail.
Any idea?
Cheers, Jan Zorz