Bug #13915
Updated by Dominic Cleal about 9 years ago
Centos 7 w/ and w/o SElinux: Problem: Settings for nsupdate_gss not being taken from conf: Steps to reproduce: 1.) Install the foreman-proxy 2.) enable http, dns, use dns_nsupdate_gss 3.) modify dns_nsupdate_gss.yml 4.) dns_nsupdate_gss still being initialized with default params: <pre> I, [2016-02-26T12:04:50.234231 #4322] INFO -- : 'dns_nsupdate_gss' settings were initialized with default values: :dns_key: , :dns_server: localhost, :dns_tsig_keytab: /usr/share/foreman-proxy/dns.keytab, :dns_tsig_principal: DNS/host.example.com@EXAMPLE.COM, :enabled: false </pre> <pre> # grep -v ^# /etc/foreman-proxy/settings.d/dns_nsupdate_gss.yml --- :dns_server: foobar.com :dns_tsig_keytab: /usr/FOOBAR/foreman-proxy/dns.keytab :dns_tsig_principal: FOOBAR/host.example.com@EXAMPLE.COM # grep -v ^# /etc/foreman-proxy/settings.d/dns.yml --- :enabled: true :use_provider: dns_nsupdate_gss :dns_ttl: 86400 </pre>