Change sysconfig_file for Debian/Ubuntu to '/etc/default/named' #926
Annotations
7 errors
spec/classes/dns_init_spec.rb#L455
dns on ubuntu-20.04-x86_64 sysconfig default parameters is expected to contain File[/etc/default/bind9] with owner => "root", group => "root", mode => "0644" and content supplied string
Failure/Error:
should contain_file(sysconfig_named_path).with(
owner: 'root',
group: 'root',
mode: '0644',
content: sysconfig_named_content
)
expected that the catalogue would contain File[/etc/default/bind9]
|
spec/classes/dns_init_spec.rb#L529
dns on ubuntu-20.04-x86_64 sysconfig with Debian sysconfig settings is expected to contain File[/etc/default/bind9] with owner => "root", group => "root", mode => "0644" and content supplied string
Failure/Error:
should contain_file(sysconfig_named_path).with(
owner: 'root',
group: 'root',
mode: '0644',
content: sysconfig_named_content
)
expected that the catalogue would contain File[/etc/default/bind9]
|
spec/classes/dns_init_spec.rb#L550
dns on ubuntu-20.04-x86_64 sysconfig with additional sysconfig settings
Failure/Error:
verify_contents(catalogue, sysconfig_named_path, [
'BAZ="quux"',
'FOO="bar"',
'export SOMETHING="other"',
])
NoMethodError:
undefined method `parameters' for nil:NilClass
|
spec/classes/dns_init_spec.rb#L455
dns on ubuntu-22.04-x86_64 sysconfig default parameters is expected to contain File[/etc/default/bind9] with owner => "root", group => "root", mode => "0644" and content supplied string
Failure/Error:
should contain_file(sysconfig_named_path).with(
owner: 'root',
group: 'root',
mode: '0644',
content: sysconfig_named_content
)
expected that the catalogue would contain File[/etc/default/bind9]
|
spec/classes/dns_init_spec.rb#L529
dns on ubuntu-22.04-x86_64 sysconfig with Debian sysconfig settings is expected to contain File[/etc/default/bind9] with owner => "root", group => "root", mode => "0644" and content supplied string
Failure/Error:
should contain_file(sysconfig_named_path).with(
owner: 'root',
group: 'root',
mode: '0644',
content: sysconfig_named_content
)
expected that the catalogue would contain File[/etc/default/bind9]
|
spec/classes/dns_init_spec.rb#L550
dns on ubuntu-22.04-x86_64 sysconfig with additional sysconfig settings
Failure/Error:
verify_contents(catalogue, sysconfig_named_path, [
'BAZ="quux"',
'FOO="bar"',
'export SOMETHING="other"',
])
NoMethodError:
undefined method `parameters' for nil:NilClass
|
|
The logs for this run have expired and are no longer available.
Loading