Add OracleLinux support #429
Annotations
10 errors and 10 warnings
spec/classes/nginx_spec.rb#L49
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 nginx::package using defaults is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/rhel/8/$basearch/", descr => "nginx repo", enabled => "1", gpgcheck => "1", priority => "1" and gpgkey => "https://nginx.org/keys/nginx_signing.key"
Failure/Error:
is_expected.to contain_yumrepo('nginx-release').with(
'baseurl' => "https://nginx.org/packages/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/",
'descr' => 'nginx repo',
'enabled' => '1',
'gpgcheck' => '1',
'priority' => '1',
'gpgkey' => 'https://nginx.org/keys/nginx_signing.key'
)
expected that the catalogue would contain Yumrepo[nginx-release]
|
spec/classes/nginx_spec.rb#L60
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 nginx::package using defaults is expected to contain Yumrepo[passenger] with ensure => "absent"
Failure/Error:
is_expected.to contain_yumrepo('passenger').with(
'ensure' => 'absent'
)
expected that the catalogue would contain Yumrepo[passenger]
|
spec/classes/nginx_spec.rb#L66
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 nginx::package using defaults is expected to contain Yumrepo[nginx-release] that comes before Package[nginx]
Failure/Error: it { is_expected.to contain_yumrepo('nginx-release').that_comes_before('Package[nginx]') }
expected that the catalogue would contain Yumrepo[nginx-release]
|
spec/classes/nginx_spec.rb#L67
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 nginx::package using defaults is expected to contain Yumrepo[passenger] that comes before Package[nginx]
Failure/Error: it { is_expected.to contain_yumrepo('passenger').that_comes_before('Package[nginx]') }
expected that the catalogue would contain Yumrepo[passenger]
|
spec/classes/nginx_spec.rb#L75
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 nginx::package using default repo without passenger is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/rhel/8/$basearch/", descr => "nginx repo", enabled => "1", gpgcheck => "1", priority => "1" and gpgkey => "https://nginx.org/keys/nginx_signing.key"
Failure/Error:
is_expected.to contain_yumrepo('nginx-release').with(
'baseurl' => "https://nginx.org/packages/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/",
'descr' => 'nginx repo',
'enabled' => '1',
'gpgcheck' => '1',
'priority' => '1',
'gpgkey' => 'https://nginx.org/keys/nginx_signing.key'
)
expected that the catalogue would contain Yumrepo[nginx-release]
|
spec/classes/nginx_spec.rb#L92
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/mainline/rhel/8/$basearch/"
Failure/Error:
is_expected.to contain_yumrepo('nginx-release').with(
'baseurl' => "https://nginx.org/packages/mainline/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/"
)
expected that the catalogue would contain Yumrepo[nginx-release]
|
spec/classes/nginx_spec.rb#L98
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[passenger] with ensure => "absent"
Failure/Error:
is_expected.to contain_yumrepo('passenger').with(
'ensure' => 'absent'
)
expected that the catalogue would contain Yumrepo[passenger]
|
spec/classes/nginx_spec.rb#L104
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[nginx-release] that comes before Package[nginx]
Failure/Error: it { is_expected.to contain_yumrepo('nginx-release').that_comes_before('Package[nginx]') }
expected that the catalogue would contain Yumrepo[nginx-release]
|
spec/classes/nginx_spec.rb#L105
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[passenger] that comes before Package[nginx]
Failure/Error: it { is_expected.to contain_yumrepo('passenger').that_comes_before('Package[nginx]') }
expected that the catalogue would contain Yumrepo[passenger]
|
spec/classes/nginx_spec.rb#L49
nginx on oraclelinux-9-x86_64 with Facter 4.2.2 and Puppet 8.2.0 nginx::package using defaults is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/rhel/9/$basearch/", descr => "nginx repo", enabled => "1", gpgcheck => "1", priority => "1" and gpgkey => "https://nginx.org/keys/nginx_signing.key"
Failure/Error:
is_expected.to contain_yumrepo('nginx-release').with(
'baseurl' => "https://nginx.org/packages/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/",
'descr' => 'nginx repo',
'enabled' => '1',
'gpgcheck' => '1',
'priority' => '1',
'gpgkey' => 'https://nginx.org/keys/nginx_signing.key'
)
expected that the catalogue would contain Yumrepo[nginx-release]
|
spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.10 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on centos-7-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on centos-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on centos-9-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on debian-10-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on debian-11-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
The logs for this run have expired and are no longer available.
Loading