Grouplist to group list #299
ci.yml
on: pull_request
Puppet
/
Static validations
33s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
3s
Annotations
13 errors and 3 warnings
Puppet / 8 (Ruby 3.2):
spec/defines/group_spec.rb#L10
yum::group with no parameters is expected to contain Exec[yum-groupinstall-Core] with command => "yum -y groupinstall 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}").with_command("yum -y groupinstall 'Core'") }
expected that the catalogue would contain Exec[yum-groupinstall-Core] with command set to "yum -y groupinstall 'Core'" but it is set to "yum -y group install 'Core'"
|
Puppet / 8 (Ruby 3.2):
spec/defines/group_spec.rb#L18
yum::group when ensure is set to `absent` is expected to contain Exec[yum-groupremove-Core] with command => "yum -y groupremove 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupremove-#{title}").with_command("yum -y groupremove 'Core'") }
expected that the catalogue would contain Exec[yum-groupremove-Core] with command set to "yum -y groupremove 'Core'" but it is set to "yum -y group remove 'Core'"
|
Puppet / 8 (Ruby 3.2):
spec/defines/group_spec.rb#L34
yum::group with an install option specified is expected to contain Exec[yum-groupinstall-Core] with command => "yum -y groupinstall 'Core' --enablerepo=epel"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}").with_command("yum -y groupinstall 'Core' --enablerepo=epel") }
expected that the catalogue would contain Exec[yum-groupinstall-Core] with command set to "yum -y groupinstall 'Core' --enablerepo=epel" but it is set to "yum -y group install 'Core' --enablerepo=epel"
|
Puppet / 8 (Ruby 3.2):
spec/defines/group_spec.rb#L42
yum::group when ensure is set to `latest` is expected to contain Exec[yum-groupinstall-Core] with command => "yum -y groupinstall 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}").with_command("yum -y groupinstall 'Core'") }
expected that the catalogue would contain Exec[yum-groupinstall-Core] with command set to "yum -y groupinstall 'Core'" but it is set to "yum -y group install 'Core'"
|
Puppet / 8 (Ruby 3.2):
spec/defines/group_spec.rb#L43
yum::group when ensure is set to `latest` is expected to contain Exec[yum-groupinstall-Core-latest] with command => "yum -y groupinstall 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}-latest").with_command("yum -y groupinstall 'Core'") }
expected that the catalogue would contain Exec[yum-groupinstall-Core-latest] with command set to "yum -y groupinstall 'Core'" but it is set to "yum -y group install 'Core'"
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/defines/group_spec.rb#L10
yum::group with no parameters is expected to contain Exec[yum-groupinstall-Core] with command => "yum -y groupinstall 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}").with_command("yum -y groupinstall 'Core'") }
expected that the catalogue would contain Exec[yum-groupinstall-Core] with command set to "yum -y groupinstall 'Core'" but it is set to "yum -y group install 'Core'"
|
Puppet / 7 (Ruby 2.7):
spec/defines/group_spec.rb#L18
yum::group when ensure is set to `absent` is expected to contain Exec[yum-groupremove-Core] with command => "yum -y groupremove 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupremove-#{title}").with_command("yum -y groupremove 'Core'") }
expected that the catalogue would contain Exec[yum-groupremove-Core] with command set to "yum -y groupremove 'Core'" but it is set to "yum -y group remove 'Core'"
|
Puppet / 7 (Ruby 2.7):
spec/defines/group_spec.rb#L34
yum::group with an install option specified is expected to contain Exec[yum-groupinstall-Core] with command => "yum -y groupinstall 'Core' --enablerepo=epel"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}").with_command("yum -y groupinstall 'Core' --enablerepo=epel") }
expected that the catalogue would contain Exec[yum-groupinstall-Core] with command set to "yum -y groupinstall 'Core' --enablerepo=epel" but it is set to "yum -y group install 'Core' --enablerepo=epel"
|
Puppet / 7 (Ruby 2.7):
spec/defines/group_spec.rb#L42
yum::group when ensure is set to `latest` is expected to contain Exec[yum-groupinstall-Core] with command => "yum -y groupinstall 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}").with_command("yum -y groupinstall 'Core'") }
expected that the catalogue would contain Exec[yum-groupinstall-Core] with command set to "yum -y groupinstall 'Core'" but it is set to "yum -y group install 'Core'"
|
Puppet / 7 (Ruby 2.7):
spec/defines/group_spec.rb#L43
yum::group when ensure is set to `latest` is expected to contain Exec[yum-groupinstall-Core-latest] with command => "yum -y groupinstall 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}-latest").with_command("yum -y groupinstall 'Core'") }
expected that the catalogue would contain Exec[yum-groupinstall-Core-latest] with command set to "yum -y groupinstall 'Core'" but it is set to "yum -y group install 'Core'"
|
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 RedHat 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|