conf_d: merge the unbound_conf_d and conf_d params #252
Annotations
10 errors
Run tests:
spec/classes/init_spec.rb#L69
unbound on almalinux-8-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Run tests:
spec/classes/init_spec.rb#L69
unbound on almalinux-9-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Run tests:
spec/classes/init_spec.rb#L69
unbound on rocky-8-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Run tests:
spec/classes/init_spec.rb#L69
unbound on rocky-9-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Run tests:
spec/classes/init_spec.rb#L69
unbound on redhat-8-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Run tests:
spec/classes/init_spec.rb#L69
unbound on redhat-9-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Run tests:
spec/classes/init_spec.rb#L69
unbound on centos-9-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Run tests:
spec/classes/init_spec.rb#L69
unbound on oraclelinux-8-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Run tests:
spec/classes/init_spec.rb#L69
unbound on oraclelinux-9-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Run tests:
spec/classes/init_spec.rb#L61
unbound on debian-11-x86_64 with default params is expected to contain File[/etc/unbound/conf.d]
Failure/Error: it { is_expected.to contain_file(conf_d_dir) }
expected that the catalogue would contain File[/etc/unbound/conf.d]
|
Loading