Add support for Debian 12 #108
Annotations
10 errors
Run tests:
spec/classes/nodejs_spec.rb#L263
nodejs on ubuntu-20.04-x86_64 with npm_package_ensure set to installed the npm package should be installed
Failure/Error: is_expected.to contain_package('npm').with('ensure' => 'installed')
expected that the catalogue would contain Package[npm]
|
Run tests:
spec/classes/nodejs_spec.rb#L275
nodejs on ubuntu-20.04-x86_64 with npm_package_ensure set to absent the npm package should be absent
Failure/Error: is_expected.to contain_package('npm').with('ensure' => 'absent')
expected that the catalogue would contain Package[npm]
|
Run tests:
spec/classes/nodejs_spec.rb#L263
nodejs on debian-11-x86_64 with npm_package_ensure set to installed the npm package should be installed
Failure/Error: is_expected.to contain_package('npm').with('ensure' => 'installed')
expected that the catalogue would contain Package[npm]
|
Run tests:
spec/classes/nodejs_spec.rb#L275
nodejs on debian-11-x86_64 with npm_package_ensure set to absent the npm package should be absent
Failure/Error: is_expected.to contain_package('npm').with('ensure' => 'absent')
expected that the catalogue would contain Package[npm]
|
Run tests:
spec/classes/nodejs_spec.rb#L263
nodejs on ubuntu-22.04-x86_64 with npm_package_ensure set to installed the npm package should be installed
Failure/Error: is_expected.to contain_package('npm').with('ensure' => 'installed')
expected that the catalogue would contain Package[npm]
|
Run tests:
spec/classes/nodejs_spec.rb#L275
nodejs on ubuntu-22.04-x86_64 with npm_package_ensure set to absent the npm package should be absent
Failure/Error: is_expected.to contain_package('npm').with('ensure' => 'absent')
expected that the catalogue would contain Package[npm]
|
Run tests:
spec/classes/nodejs_spec.rb#L263
nodejs on debian-10-x86_64 with npm_package_ensure set to installed the npm package should be installed
Failure/Error: is_expected.to contain_package('npm').with('ensure' => 'installed')
expected that the catalogue would contain Package[npm]
|
Run tests:
spec/classes/nodejs_spec.rb#L275
nodejs on debian-10-x86_64 with npm_package_ensure set to absent the npm package should be absent
Failure/Error: is_expected.to contain_package('npm').with('ensure' => 'absent')
expected that the catalogue would contain Package[npm]
|
Run tests:
spec/classes/nodejs_spec.rb#L618
nodejs when run on CentOS release 7.0 with npm_package_ensure set to installed the npm package should be present
Failure/Error: is_expected.to contain_package('npm').with('ensure' => 'installed')
expected that the catalogue would contain Package[npm]
|
Run tests:
spec/classes/nodejs_spec.rb#L630
nodejs when run on CentOS release 7.0 with npm_package_ensure set to absent the npm package should be absent
Failure/Error: is_expected.to contain_package('npm').with('ensure' => 'absent')
expected that the catalogue would contain Package[npm]
|
The logs for this run have expired and are no longer available.
Loading