[Daily] Unit Tests with nightly Puppet gem #1054
Annotations
10 errors
|
spec/classes/puppet_agent_osfamily_debian_spec.rb#L201
puppet_agent when PE is expected to contain Class[puppet_agent::osfamily::debian]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::debian') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1728965500489.local
|
spec/classes/puppet_agent_osfamily_debian_spec.rb#L55
puppet_agent when PE when managing PE debian apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1728965500489.local
|
spec/classes/puppet_agent_osfamily_debian_spec.rb#L56
puppet_agent when PE when managing PE debian apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1728965500489.local
|
spec/classes/puppet_agent_osfamily_debian_spec.rb#L57
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[conf-pe-repo] with priority => 90, content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('conf-pe-repo')
.with({
'priority' => 90,
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1728965500489.local
|
spec/classes/puppet_agent_osfamily_debian_spec.rb#L66
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[list-puppet-enterprise-installer] with content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('list-puppet-enterprise-installer')
.with({
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1728965500489.local
|
spec/classes/puppet_agent_osfamily_debian_spec.rb#L103
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1728965500489.local
|
spec/classes/puppet_agent_osfamily_debian_spec.rb#L104
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1728965500489.local
|
spec/classes/puppet_agent_osfamily_debian_spec.rb#L110
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1728965500489.local
|
|
This job was cancelled
Loading