switch to using the nodistro nodesource repos, removing source support, dropping support for NodeJS16 on EL9 #131
ci.yml
on: pull_request
Puppet
/
Static validations
22s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors and 4 warnings
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L92
nodejs on debian-11-x86_64 with manage_package_repo set to true and repo_enable_src set to true the repo apt::source resource should contain include => { src => true}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => true })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L102
nodejs on debian-11-x86_64 with manage_package_repo set to true and repo_enable_src set to false the repo apt::source resource should contain include => { src => false}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => false })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L122
nodejs on debian-11-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch
Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch')
expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nodistro"
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L92
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_enable_src set to true the repo apt::source resource should contain include => { src => true}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => true })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L102
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_enable_src set to false the repo apt::source resource should contain include => { src => false}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => false })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L122
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch
Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch')
expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nodistro"
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L92
nodejs on ubuntu-22.04-x86_64 with manage_package_repo set to true and repo_enable_src set to true the repo apt::source resource should contain include => { src => true}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => true })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L102
nodejs on ubuntu-22.04-x86_64 with manage_package_repo set to true and repo_enable_src set to false the repo apt::source resource should contain include => { src => false}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => false })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L122
nodejs on ubuntu-22.04-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch
Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch')
expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nodistro"
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L362
nodejs when run on CentOS release 7.0 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource the nodesource and nodesource-source repos should contain the right description and baseurl
Failure/Error:
is_expected.to contain_yumrepo('nodesource').with(
'baseurl' => repo_baseurl,
'descr' => repo_descr
)
expected that the catalogue would contain Yumrepo[nodesource] with baseurl set to "https://rpm.nodesource.com/pub_16.x/el/7/$basearch" but it is set to "https://rpm.nodesource.com/pub_16.x/nodistro/nodejs/$basearch", and parameter descr set to "Node.js Packages for Enterprise Linux 7 - $basearch" but it is set to "Node.js Packages - $basearch"
Diff:
@@ -1,4 +1,4 @@
-https://rpm.nodesource.com/pub_16.x/el/7/$basearch
+https://rpm.nodesource.com/pub_16.x/nodistro/nodejs/$basearch
-Node.js Packages for Enterprise Linux 7 - $basearch
+Node.js Packages - $basearch
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L92
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_enable_src set to true the repo apt::source resource should contain include => { src => true}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => true })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L102
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_enable_src set to false the repo apt::source resource should contain include => { src => false}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => false })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L122
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch
Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch')
expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nodistro"
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L92
nodejs on debian-11-x86_64 with manage_package_repo set to true and repo_enable_src set to true the repo apt::source resource should contain include => { src => true}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => true })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L102
nodejs on debian-11-x86_64 with manage_package_repo set to true and repo_enable_src set to false the repo apt::source resource should contain include => { src => false}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => false })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L122
nodejs on debian-11-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch
Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch')
expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nodistro"
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L92
nodejs on ubuntu-22.04-x86_64 with manage_package_repo set to true and repo_enable_src set to true the repo apt::source resource should contain include => { src => true}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => true })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L102
nodejs on ubuntu-22.04-x86_64 with manage_package_repo set to true and repo_enable_src set to false the repo apt::source resource should contain include => { src => false}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => false })
expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L122
nodejs on ubuntu-22.04-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch
Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch')
expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nodistro"
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L362
nodejs when run on CentOS release 7.0 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource the nodesource and nodesource-source repos should contain the right description and baseurl
Failure/Error:
is_expected.to contain_yumrepo('nodesource').with(
'baseurl' => repo_baseurl,
'descr' => repo_descr
)
expected that the catalogue would contain Yumrepo[nodesource] with baseurl set to "https://rpm.nodesource.com/pub_16.x/el/7/$basearch" but it is set to "https://rpm.nodesource.com/pub_16.x/nodistro/nodejs/$basearch", and parameter descr set to "Node.js Packages for Enterprise Linux 7 - $basearch" but it is set to "Node.js Packages - $basearch"
Diff:
@@ -1,4 +1,4 @@
-https://rpm.nodesource.com/pub_16.x/el/7/$basearch
+https://rpm.nodesource.com/pub_16.x/nodistro/nodejs/$basearch
-Node.js Packages for Enterprise Linux 7 - $basearch
+Node.js Packages - $basearch
|
Puppet / 7 - CentOS 9:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|
Puppet / 8 - CentOS 9:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|