conf_d: merge the unbound_conf_d and conf_d params #255
ci.yml
on: pull_request
Puppet
/
Static validations
19s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
11 errors and 2 warnings
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L77
unbound on debian-11-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "unbound", purge => true and recurse => true
Failure/Error:
expect(subject).to contain_file(conf_d_dir).with(
'ensure' => 'directory',
'owner' => owner,
'purge' => purge_conf_d,
'recurse' => purge_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L77
unbound on debian-12-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "unbound", purge => true and recurse => true
Failure/Error:
expect(subject).to contain_file(conf_d_dir).with(
'ensure' => 'directory',
'owner' => owner,
'purge' => purge_conf_d,
'recurse' => purge_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L77
unbound on ubuntu-20.04-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "unbound", purge => true and recurse => true
Failure/Error:
expect(subject).to contain_file(conf_d_dir).with(
'ensure' => 'directory',
'owner' => owner,
'purge' => purge_conf_d,
'recurse' => purge_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L77
unbound on ubuntu-22.04-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "unbound", purge => true and recurse => true
Failure/Error:
expect(subject).to contain_file(conf_d_dir).with(
'ensure' => 'directory',
'owner' => owner,
'purge' => purge_conf_d,
'recurse' => purge_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L77
unbound on debian-11-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "unbound", purge => true and recurse => true
Failure/Error:
expect(subject).to contain_file(conf_d_dir).with(
'ensure' => 'directory',
'owner' => owner,
'purge' => purge_conf_d,
'recurse' => purge_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L77
unbound on debian-12-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "unbound", purge => true and recurse => true
Failure/Error:
expect(subject).to contain_file(conf_d_dir).with(
'ensure' => 'directory',
'owner' => owner,
'purge' => purge_conf_d,
'recurse' => purge_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L77
unbound on ubuntu-20.04-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "unbound", purge => true and recurse => true
Failure/Error:
expect(subject).to contain_file(conf_d_dir).with(
'ensure' => 'directory',
'owner' => owner,
'purge' => purge_conf_d,
'recurse' => purge_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L77
unbound on ubuntu-22.04-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "unbound", purge => true and recurse => true
Failure/Error:
expect(subject).to contain_file(conf_d_dir).with(
'ensure' => 'directory',
'owner' => owner,
'purge' => purge_conf_d,
'recurse' => purge_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system FreeBSD 12
|