Add support for Debian 12 #109
Annotations
10 errors
Run tests:
spec/classes/nodejs_spec.rb#L14
nodejs on debian-10-x86_64 the file resource root_npmrc should be in the catalog
Failure/Error:
is_expected.to contain_file('root_npmrc').with(
'ensure' => 'file',
'path' => '/root/.npmrc',
'owner' => 'root',
'group' => '0',
'mode' => '0600'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.internal.cloudapp.net
|
Run tests:
spec/classes/nodejs_spec.rb#L31
nodejs on debian-10-x86_64 with npmrc_auth set to a string is expected to contain File[root_npmrc] with content =~ /^_auth="dXNlcjpwYXNzd29yZA=="$/
Failure/Error: it { is_expected.to contain_file('root_npmrc').with_content(%r{^_auth="dXNlcjpwYXNzd29yZA=="$}) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.internal.cloudapp.net
|
Run tests:
spec/classes/nodejs_spec.rb#L41
nodejs on debian-10-x86_64 with npmrc_config set to a hash is expected to contain File[root_npmrc] with content =~ /^http-proxy=http:\/\/localhost:8080\/$/
Failure/Error: it { is_expected.to contain_file('root_npmrc').with_content(%r{^http-proxy=http://localhost:8080/$}) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.internal.cloudapp.net
|
Run tests:
spec/classes/nodejs_spec.rb#L57
nodejs on debian-10-x86_64 with manage_package_repo set to true and manage_nodejs_package set to true the nodejs package resource should be present
Failure/Error: is_expected.to contain_package('nodejs')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.internal.cloudapp.net
|
Run tests:
spec/classes/nodejs_spec.rb#L67
nodejs on debian-10-x86_64 with manage_package_repo set to true and manage_nodejs_package set to false the nodejs and dev package resources should not be present
Failure/Error: is_expected.not_to contain_package('nodejs')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.internal.cloudapp.net
|
Run tests:
spec/classes/nodejs_spec.rb#L78
nodejs on debian-10-x86_64 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource nodejs::repo::nodesource should be in the catalog
Failure/Error: is_expected.to contain_class('nodejs::repo::nodesource')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.internal.cloudapp.net
|
Run tests:
spec/classes/nodejs_spec.rb#L82
nodejs on debian-10-x86_64 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource nodejs::repo::nodesource::apt should be in the catalog
Failure/Error: is_expected.to contain_class('nodejs::repo::nodesource::apt')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.internal.cloudapp.net
|
Run tests:
spec/classes/nodejs_spec.rb#L92
nodejs on debian-10-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 })
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.internal.cloudapp.net
|
Run tests:
spec/classes/nodejs_spec.rb#L102
nodejs on debian-10-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 })
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.internal.cloudapp.net
|
Run tests:
spec/classes/nodejs_spec.rb#L112
nodejs on debian-10-x86_64 with manage_package_repo set to true and repo_pin set to 10 the repo apt::source resource should contain pin = 10
Failure/Error: is_expected.to contain_apt__source('nodesource').with('pin' => '10')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.internal.cloudapp.net
|
The logs for this run have expired and are no longer available.
Loading