conf_d: merge the unbound_conf_d and conf_d params #255
Annotations
5 errors
Run tests:
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]
|
Run tests:
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]
|
Run tests:
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]
|
Run tests:
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]
|
Run tests
Process completed with exit code 1.
|
Loading