Change sysconfig_file for Debian/Ubuntu to '/etc/default/named' #926
ci.yml
on: pull_request
Puppet
/
Static validations
25s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
7 errors
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|