Adopt to latest puppetlabs/apt changes #329
Annotations
11 errors and 1 warning
|
Run unit tests:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L199
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: D:/a/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az662-492.zgtxcg5bx4menojearwrerdwxg.bx.internal.cloudapp.net
|
Run unit tests:
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: D:/a/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az662-492.zgtxcg5bx4menojearwrerdwxg.bx.internal.cloudapp.net
|
Run unit tests:
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: D:/a/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az662-492.zgtxcg5bx4menojearwrerdwxg.bx.internal.cloudapp.net
|
Run unit tests:
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 and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('conf-pe-repo')
.with({
'priority' => 90,
'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: D:/a/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az662-492.zgtxcg5bx4menojearwrerdwxg.bx.internal.cloudapp.net
|
Run unit tests:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L65
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[list-puppet-enterprise-installer] with ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('list-puppet-enterprise-installer')
.with({
'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: D:/a/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az662-492.zgtxcg5bx4menojearwrerdwxg.bx.internal.cloudapp.net
|
Run unit tests:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L101
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: D:/a/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az662-492.zgtxcg5bx4menojearwrerdwxg.bx.internal.cloudapp.net
|
Run unit tests:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L102
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: D:/a/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az662-492.zgtxcg5bx4menojearwrerdwxg.bx.internal.cloudapp.net
|
Run unit tests:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L108
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: D:/a/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az662-492.zgtxcg5bx4menojearwrerdwxg.bx.internal.cloudapp.net
|
Run unit tests:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L144
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: D:/a/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az662-492.zgtxcg5bx4menojearwrerdwxg.bx.internal.cloudapp.net
|
Run unit tests:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L152
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-----\r\n\r\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\r\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\r\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\r\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\r\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\r\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\r\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\r\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\r\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\r\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\r\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\r\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\r\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\r\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\r\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\r\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\r\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\r\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\r\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\r\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\r\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\r\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\r\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\r\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\r\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\r\nlQ==\r\n=nKF2\r\n-----END PGP PUBLIC KEY BLOCK-----\r\n\r\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: D:/a/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az662-492.zgtxcg5bx4menojearwrerdwxg.bx.internal.cloudapp.net
|
|
Loading