Add support for Debian 12 #104
Annotations
4 errors
spec/classes/nodejs_spec.rb#L371
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_12.x/el/7/$basearch" but it is set to "https://rpm.nodesource.com/pub_18.x/el/7/$basearch"
|
spec/classes/nodejs_spec.rb#L371
nodejs when run on Fedora release 27 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_12.x/fc/27/$basearch" but it is set to "https://rpm.nodesource.com/pub_18.x/fc/27/$basearch"
|
spec/classes/nodejs_spec.rb#L1362
nodejs when running on Amazon Linux 2015.03 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_12.x/el/7/$basearch" but it is set to "https://rpm.nodesource.com/pub_18.x/el/7/$basearch"
|
|
The logs for this run have expired and are no longer available.
Loading