Skip to content

Change sysconfig_file for Debian/Ubuntu to '/etc/default/named' #926

Change sysconfig_file for Debian/Ubuntu to '/etc/default/named'

Change sysconfig_file for Debian/Ubuntu to '/etc/default/named' #926

Triggered via pull request August 24, 2023 12:57
Status Failure
Total duration 3m 38s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
25s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

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.