Actions
Bug #6588
closedTests for default settings are taking local config files into account
Description
I have some settings which appear to interfere with unit tests for default settings:
[ 77/218] DnsConfigTest#test_omitted_settings_have_default_values = 0.00 s 1) Failure: test_omitted_settings_have_default_values(DnsConfigTest) [/home/dcleal/code/foreman/smart-proxy/test/dns/dns_config_test.rb:7]: <"nsupdate"> expected but was <"virsh">. [158/218] PuppetCAConfigTest#test_omitted_settings_have_default_values = 0.00 s 2) Failure: test_omitted_settings_have_default_values(PuppetCAConfigTest) [/home/dcleal/code/foreman/smart-proxy/test/puppetca/puppetca_config_test.rb:6]: <"/var/lib/puppet/ssl"> expected but was <"/home/dcleal/.puppet/ssl">.
As you can see, I have these overridden locally:
[dcleal@cobalt smart-proxy]$ grep ssldir config/settings.d/puppetca.yml :ssldir: /home/dcleal/.puppet/ssl [dcleal@cobalt smart-proxy]$ grep virsh config/settings.yml :virsh_network: default
Actions