modulesync 9.1.0 #77
Annotations
10 errors
spec/defines/cache_dir_spec.rb#L49
squid::cache_dir on ubuntu-20.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with owner => "squid"
Failure/Error: it { is_expected.to contain_file('/data').with_owner('squid') }
expected that the catalogue would contain File[/data] with owner set to "squid" but it is set to "proxy"
|
spec/defines/cache_dir_spec.rb#L50
squid::cache_dir on ubuntu-20.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with group => "squid"
Failure/Error: it { is_expected.to contain_file('/data').with_group('squid') }
expected that the catalogue would contain File[/data] with group set to "squid" but it is set to "proxy"
|
spec/defines/cache_dir_spec.rb#L49
squid::cache_dir on ubuntu-22.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with owner => "squid"
Failure/Error: it { is_expected.to contain_file('/data').with_owner('squid') }
expected that the catalogue would contain File[/data] with owner set to "squid" but it is set to "proxy"
|
spec/defines/cache_dir_spec.rb#L50
squid::cache_dir on ubuntu-22.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with group => "squid"
Failure/Error: it { is_expected.to contain_file('/data').with_group('squid') }
expected that the catalogue would contain File[/data] with group set to "squid" but it is set to "proxy"
|
spec/classes/init_spec.rb#L35
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with group => "squid"
Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_group(config_group) }
expected that the catalogue would contain Concat[/etc/squid/squid.conf]
|
spec/classes/init_spec.rb#L36
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with owner => "root"
Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_owner('root') }
expected that the catalogue would contain Concat[/etc/squid/squid.conf]
|
spec/classes/init_spec.rb#L37
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with validate_cmd => "/usr/sbin/squid -k parse -f %"
Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_validate_cmd("#{squid_bin_path} -k parse -f %") }
expected that the catalogue would contain Concat[/etc/squid/squid.conf]
|
spec/classes/init_spec.rb#L38
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat_fragment[squid_header] with target => "/etc/squid/squid.conf"
Failure/Error: it { is_expected.to contain_concat_fragment('squid_header').with_target("#{etc_dir}/#{squid_name}/squid.conf") }
expected that the catalogue would contain Concat_fragment[squid_header] with target set to "/etc/squid/squid.conf" but it is set to "/usr/local/etc/squid/squid.conf"
|
spec/classes/init_spec.rb#L35
squid on ubuntu-20.04-x86_64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with group => "squid"
Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_group(config_group) }
expected that the catalogue would contain Concat[/etc/squid/squid.conf] with group set to "squid" but it is set to "root"
|
spec/classes/init_spec.rb#L35
squid on ubuntu-22.04-x86_64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with group => "squid"
Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_group(config_group) }
expected that the catalogue would contain Concat[/etc/squid/squid.conf] with group set to "squid" but it is set to "root"
|
This job failed
Loading