Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions manifests/osfamily/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
# Pass in an empty content string since apt requires it even though we are removing it
apt::setting { 'list-puppet-enterprise-installer':
ensure => absent,
content => '',
}

apt::setting { 'conf-pe-repo':
ensure => absent,
priority => '90',
content => '',
}
} else {
$source = $puppet_agent::apt_source
Expand Down
4 changes: 3 additions & 1 deletion spec/classes/puppet_agent_osfamily_debian_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,22 @@
}
end

it { is_expected.to contain_class('apt') }

Check failure on line 55 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-149.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net

Check failure on line 55 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on macOS

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-1734524399426.local

Check failure on line 55 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1431-967.qduew5ojupzu3h2jggo52y3gab.cx.internal.cloudapp.net

Check failure on line 55 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on macOS

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-1734524419100.local

Check failure on line 55 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1145-377.0rpye4sl1hju1idcbjgtjgsvsh.ex.internal.cloudapp.net

Check failure on line 55 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on macOS

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-1734524601328.local

Check failure on line 55 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1151-566.kvfmkfhqcd1elnt153szgygjng.cx.internal.cloudapp.net

Check failure on line 55 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on macOS

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-1734524259603.local
it { is_expected.to contain_exec('pc_repo_force') }

Check failure on line 56 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-149.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net

Check failure on line 56 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on macOS

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-1734524399426.local

Check failure on line 56 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1431-967.qduew5ojupzu3h2jggo52y3gab.cx.internal.cloudapp.net

Check failure on line 56 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on macOS

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-1734524419100.local

Check failure on line 56 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1145-377.0rpye4sl1hju1idcbjgtjgsvsh.ex.internal.cloudapp.net

Check failure on line 56 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on macOS

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-1734524601328.local

Check failure on line 56 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1151-566.kvfmkfhqcd1elnt153szgygjng.cx.internal.cloudapp.net

Check failure on line 56 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on macOS

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-1734524259603.local
it {

Check failure on line 57 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-149.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net

Check failure on line 57 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on macOS

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-1734524399426.local

Check failure on line 57 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1431-967.qduew5ojupzu3h2jggo52y3gab.cx.internal.cloudapp.net

Check failure on line 57 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on macOS

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-1734524419100.local

Check failure on line 57 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1145-377.0rpye4sl1hju1idcbjgtjgsvsh.ex.internal.cloudapp.net

Check failure on line 57 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on macOS

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-1734524601328.local

Check failure on line 57 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1151-566.kvfmkfhqcd1elnt153szgygjng.cx.internal.cloudapp.net

Check failure on line 57 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on macOS

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-1734524259603.local
is_expected.to contain_apt__setting('conf-pe-repo')
.with({
'priority' => 90,
'content' => '',
'ensure' => 'absent',
})
}

it {

Check failure on line 66 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-149.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net

Check failure on line 66 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on macOS

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-1734524399426.local

Check failure on line 66 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1431-967.qduew5ojupzu3h2jggo52y3gab.cx.internal.cloudapp.net

Check failure on line 66 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on macOS

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-1734524419100.local

Check failure on line 66 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1145-377.0rpye4sl1hju1idcbjgtjgsvsh.ex.internal.cloudapp.net

Check failure on line 66 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on macOS

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-1734524601328.local

Check failure on line 66 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1151-566.kvfmkfhqcd1elnt153szgygjng.cx.internal.cloudapp.net

Check failure on line 66 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on macOS

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-1734524259603.local
is_expected.to contain_apt__setting('list-puppet-enterprise-installer')
.with({
'ensure' => 'absent',
'content' => '',
'ensure' => 'absent',
})
}
end
Expand Down Expand Up @@ -98,14 +100,14 @@
}
end

it { is_expected.to contain_class('apt') }

Check failure on line 103 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-149.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net

Check failure on line 103 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on macOS

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-1734524399426.local

Check failure on line 103 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1431-967.qduew5ojupzu3h2jggo52y3gab.cx.internal.cloudapp.net

Check failure on line 103 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on macOS

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-1734524419100.local

Check failure on line 103 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1145-377.0rpye4sl1hju1idcbjgtjgsvsh.ex.internal.cloudapp.net

Check failure on line 103 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on macOS

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-1734524601328.local

Check failure on line 103 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1151-566.kvfmkfhqcd1elnt153szgygjng.cx.internal.cloudapp.net

Check failure on line 103 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on macOS

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-1734524259603.local
it { is_expected.to contain_exec('pc_repo_force') }

Check failure on line 104 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-149.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net

Check failure on line 104 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on macOS

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-1734524399426.local

Check failure on line 104 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1431-967.qduew5ojupzu3h2jggo52y3gab.cx.internal.cloudapp.net

Check failure on line 104 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on macOS

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-1734524419100.local

Check failure on line 104 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1145-377.0rpye4sl1hju1idcbjgtjgsvsh.ex.internal.cloudapp.net

Check failure on line 104 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on macOS

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-1734524601328.local

Check failure on line 104 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1151-566.kvfmkfhqcd1elnt153szgygjng.cx.internal.cloudapp.net

Check failure on line 104 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on macOS

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-1734524259603.local

apt_settings = [
'Acquire::https::master.example.vm::CaInfo "/etc/puppetlabs/puppet/ssl/certs/ca.pem";',
'Acquire::http::proxy::master.example.vm DIRECT;',
]
it {

Check failure on line 110 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-149.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net

Check failure on line 110 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on macOS

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-1734524399426.local

Check failure on line 110 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1431-967.qduew5ojupzu3h2jggo52y3gab.cx.internal.cloudapp.net

Check failure on line 110 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on macOS

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-1734524419100.local

Check failure on line 110 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1145-377.0rpye4sl1hju1idcbjgtjgsvsh.ex.internal.cloudapp.net

Check failure on line 110 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on macOS

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-1734524601328.local

Check failure on line 110 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1151-566.kvfmkfhqcd1elnt153szgygjng.cx.internal.cloudapp.net

Check failure on line 110 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on macOS

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-1734524259603.local
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
Expand Down Expand Up @@ -141,7 +143,7 @@
'Acquire::https::master.example.vm::CaInfo "/etc/puppetlabs/puppet/ssl/certs/ca.pem";',
'Acquire::http::proxy::master.example.vm DIRECT;',
]
it {

Check failure on line 146 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on Linux

puppet_agent when PE when managing PE apt repo settings 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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-149.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net

Check failure on line 146 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on macOS

puppet_agent when PE when managing PE apt repo settings 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-1734524399426.local

Check failure on line 146 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on Linux

puppet_agent when PE when managing PE apt repo settings 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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1431-967.qduew5ojupzu3h2jggo52y3gab.cx.internal.cloudapp.net

Check failure on line 146 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on macOS

puppet_agent when PE when managing PE apt repo settings 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-1734524419100.local

Check failure on line 146 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on Linux

puppet_agent when PE when managing PE apt repo settings 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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1145-377.0rpye4sl1hju1idcbjgtjgsvsh.ex.internal.cloudapp.net

Check failure on line 146 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on macOS

puppet_agent when PE when managing PE apt repo settings 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-1734524601328.local

Check failure on line 146 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on Linux

puppet_agent when PE when managing PE apt repo settings 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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1151-566.kvfmkfhqcd1elnt153szgygjng.cx.internal.cloudapp.net

Check failure on line 146 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on macOS

puppet_agent when PE when managing PE apt repo settings 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-1734524259603.local
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
Expand All @@ -149,7 +151,7 @@
})
}

it {

Check failure on line 154 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on Linux

puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"} Failure/Error: is_expected.to contain_apt__source('pc_repo') .with({ 'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64', 'repos' => 'PC1', 'key' => { 'name' => 'GPG-KEY-puppet-20250406.asc', 'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'), }, }) 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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-149.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net

Check failure on line 154 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on macOS

puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"} Failure/Error: is_expected.to contain_apt__source('pc_repo') .with({ 'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64', 'repos' => 'PC1', 'key' => { 'name' => 'GPG-KEY-puppet-20250406.asc', 'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'), }, }) 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-1734524399426.local

Check failure on line 154 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on Linux

puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"} Failure/Error: is_expected.to contain_apt__source('pc_repo') .with({ 'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64', 'repos' => 'PC1', 'key' => { 'name' => 'GPG-KEY-puppet-20250406.asc', 'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'), }, }) 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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1431-967.qduew5ojupzu3h2jggo52y3gab.cx.internal.cloudapp.net

Check failure on line 154 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on macOS

puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"} Failure/Error: is_expected.to contain_apt__source('pc_repo') .with({ 'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64', 'repos' => 'PC1', 'key' => { 'name' => 'GPG-KEY-puppet-20250406.asc', 'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'), }, }) 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-1734524419100.local

Check failure on line 154 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on Linux

puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"} Failure/Error: is_expected.to contain_apt__source('pc_repo') .with({ 'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64', 'repos' => 'PC1', 'key' => { 'name' => 'GPG-KEY-puppet-20250406.asc', 'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'), }, }) 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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1145-377.0rpye4sl1hju1idcbjgtjgsvsh.ex.internal.cloudapp.net

Check failure on line 154 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on macOS

puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"} Failure/Error: is_expected.to contain_apt__source('pc_repo') .with({ 'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64', 'repos' => 'PC1', 'key' => { 'name' => 'GPG-KEY-puppet-20250406.asc', 'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'), }, }) 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-1734524601328.local

Check failure on line 154 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on Linux

puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"} Failure/Error: is_expected.to contain_apt__source('pc_repo') .with({ 'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64', 'repos' => 'PC1', 'key' => { 'name' => 'GPG-KEY-puppet-20250406.asc', 'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'), }, }) 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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1151-566.kvfmkfhqcd1elnt153szgygjng.cx.internal.cloudapp.net

Check failure on line 154 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on macOS

puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"} Failure/Error: is_expected.to contain_apt__source('pc_repo') .with({ 'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64', 'repos' => 'PC1', 'key' => { 'name' => 'GPG-KEY-puppet-20250406.asc', 'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'), }, }) 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-1734524259603.local
is_expected.to contain_apt__source('pc_repo')
.with({
'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64',
Expand Down Expand Up @@ -196,7 +198,7 @@
it { is_expected.not_to contain_apt__source('pc_repo') }
end

it { is_expected.to contain_class('puppet_agent::osfamily::debian') }

Check failure on line 201 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-149.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net

Check failure on line 201 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet8 gem on Ruby 3.1 on macOS

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-1734524399426.local

Check failure on line 201 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1431-967.qduew5ojupzu3h2jggo52y3gab.cx.internal.cloudapp.net

Check failure on line 201 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet8 gem on Ruby 3.1 on macOS

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-1734524419100.local

Check failure on line 201 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1145-377.0rpye4sl1hju1idcbjgtjgsvsh.ex.internal.cloudapp.net

Check failure on line 201 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Released / Puppet7 gem on Ruby 2.7 on macOS

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-1734524601328.local

Check failure on line 201 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on Linux

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: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1151-566.kvfmkfhqcd1elnt153szgygjng.cx.internal.cloudapp.net

Check failure on line 201 in spec/classes/puppet_agent_osfamily_debian_spec.rb

View workflow job for this annotation

GitHub Actions / Nightly / Puppet7 gem on Ruby 2.7 on macOS

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-1734524259603.local
end

context 'when FOSS' do
Expand Down
Loading