[PE-37297]: Added support for amazon 2023 in redhat.pp manifest file #171
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
unit_tests.yaml
on: pull_request
Matrix: Nightly / unit_tests_with_nightly_puppet_gem
Matrix: Released / unit_tests_with_released_puppet_gem
Annotations
85 errors
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/6 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/6/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/6/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2017/x64"
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/6 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/6/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/6/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2017/x64"
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/7 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/7/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/7/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2/x64"
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/7 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/7/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/7/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2/x64"
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L308
puppet_agent when PE on Amazon is expected to contain Class[puppet_agent::osfamily::redhat]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::redhat') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az977-552.54vqajsklskunmnrrituw3kufg.dx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L186
puppet_agent when PE on Amazon when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-pe-master.com/packages/2000.0.0/el-6-x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-pe-master.com/packages/2000.0.0/#{repodir}") }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az977-552.54vqajsklskunmnrrituw3kufg.dx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L197
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[puppetlabs-pepackages] with ensure => "absent"
Failure/Error: it { is_expected.to contain_yumrepo('puppetlabs-pepackages').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az977-552.54vqajsklskunmnrrituw3kufg.dx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L199
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[pc_repo] with baseurl => "https://master.example.vm:8140/packages/2000.0.0/el-6-x64", enabled => "true", gpgcheck => "1", gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406", sslcacert => "/etc/puppetlabs/puppet/ssl/certs/ca.pem", sslclientcert => "/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem", sslclientkey => "/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem" and skip_if_unavailable => "absent"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
'baseurl' => "https://master.example.vm:8140/packages/2000.0.0/#{repodir}",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
'sslcacert' => '/etc/puppetlabs/puppet/ssl/certs/ca.pem',
'sslclientcert' => '/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem',
'sslclientkey' => '/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem',
'skip_if_unavailable' => 'absent',
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az977-552.54vqajsklskunmnrrituw3kufg.dx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L221
puppet_agent when PE on Amazon with manage_repo enabled disable proxy is expected to contain Yumrepo[pc_repo] with proxy => "_none_"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('_none_')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az977-552.54vqajsklskunmnrrituw3kufg.dx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L234
puppet_agent when PE on Amazon with manage_repo enabled proxy is expected to contain Yumrepo[pc_repo] with proxy => "http://myrepo-proxy.example.com"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('http://myrepo-proxy.example.com')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az977-552.54vqajsklskunmnrrituw3kufg.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/6 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/6/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/6/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2017/x64"
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/6 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/6/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/6/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2017/x64"
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/7 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/7/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/7/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2/x64"
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/7 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/7/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/7/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2/x64"
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L308
puppet_agent when PE on Amazon is expected to contain Class[puppet_agent::osfamily::redhat]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::redhat') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1425-287.k0uyc1vew34ufntt0nlkkhotcd.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L186
puppet_agent when PE on Amazon when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-pe-master.com/packages/2000.0.0/el-6-x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-pe-master.com/packages/2000.0.0/#{repodir}") }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1425-287.k0uyc1vew34ufntt0nlkkhotcd.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L197
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[puppetlabs-pepackages] with ensure => "absent"
Failure/Error: it { is_expected.to contain_yumrepo('puppetlabs-pepackages').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1425-287.k0uyc1vew34ufntt0nlkkhotcd.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L199
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[pc_repo] with baseurl => "https://master.example.vm:8140/packages/2000.0.0/el-6-x64", enabled => "true", gpgcheck => "1", gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406", sslcacert => "/etc/puppetlabs/puppet/ssl/certs/ca.pem", sslclientcert => "/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem", sslclientkey => "/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem" and skip_if_unavailable => "absent"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
'baseurl' => "https://master.example.vm:8140/packages/2000.0.0/#{repodir}",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
'sslcacert' => '/etc/puppetlabs/puppet/ssl/certs/ca.pem',
'sslclientcert' => '/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem',
'sslclientkey' => '/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem',
'skip_if_unavailable' => 'absent',
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1425-287.k0uyc1vew34ufntt0nlkkhotcd.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L221
puppet_agent when PE on Amazon with manage_repo enabled disable proxy is expected to contain Yumrepo[pc_repo] with proxy => "_none_"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('_none_')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1425-287.k0uyc1vew34ufntt0nlkkhotcd.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L234
puppet_agent when PE on Amazon with manage_repo enabled proxy is expected to contain Yumrepo[pc_repo] with proxy => "http://myrepo-proxy.example.com"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('http://myrepo-proxy.example.com')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1425-287.k0uyc1vew34ufntt0nlkkhotcd.dx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Windows
The job was canceled because "ubuntu-20_04_8" failed.
|
Nightly / Puppet7 gem on Ruby 2.7 on Windows
The operation was canceled.
|
Nightly / Puppet8 gem on Ruby 3.1 on Windows
The job was canceled because "ubuntu-20_04_8" failed.
|
Nightly / Puppet8 gem on Ruby 3.1 on Windows
The operation was canceled.
|
Released / Puppet7 gem on Ruby 2.7 on Windows
The job was canceled because "ubuntu-20_04_8" failed.
|
Released / Puppet7 gem on Ruby 2.7 on Windows
The operation was canceled.
|
Released / Puppet8 gem on Ruby 3.1 on Windows
The job was canceled because "ubuntu-20_04_8" failed.
|
Released / Puppet8 gem on Ruby 3.1 on Windows
The operation was canceled.
|
Released / Puppet7 gem on Ruby 2.7 on macOS
The job was canceled because "ubuntu-20_04_8" failed.
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/6 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/6/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/6/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2017/x64"
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/6 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/6/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/6/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2017/x64"
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/7 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/7/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/7/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2/x64"
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/7 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/7/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/7/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2/x64"
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L308
puppet_agent when PE on Amazon is expected to contain Class[puppet_agent::osfamily::redhat]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::redhat') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991608731.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L186
puppet_agent when PE on Amazon when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-pe-master.com/packages/2000.0.0/el-6-x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-pe-master.com/packages/2000.0.0/#{repodir}") }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991608731.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L197
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[puppetlabs-pepackages] with ensure => "absent"
Failure/Error: it { is_expected.to contain_yumrepo('puppetlabs-pepackages').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991608731.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L199
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[pc_repo] with baseurl => "https://master.example.vm:8140/packages/2000.0.0/el-6-x64", enabled => "true", gpgcheck => "1", gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406", sslcacert => "/etc/puppetlabs/puppet/ssl/certs/ca.pem", sslclientcert => "/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem", sslclientkey => "/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem" and skip_if_unavailable => "absent"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
'baseurl' => "https://master.example.vm:8140/packages/2000.0.0/#{repodir}",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
'sslcacert' => '/etc/puppetlabs/puppet/ssl/certs/ca.pem',
'sslclientcert' => '/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem',
'sslclientkey' => '/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem',
'skip_if_unavailable' => 'absent',
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991608731.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L221
puppet_agent when PE on Amazon with manage_repo enabled disable proxy is expected to contain Yumrepo[pc_repo] with proxy => "_none_"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('_none_')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991608731.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L234
puppet_agent when PE on Amazon with manage_repo enabled proxy is expected to contain Yumrepo[pc_repo] with proxy => "http://myrepo-proxy.example.com"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('http://myrepo-proxy.example.com')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991608731.local
|
Released / Puppet7 gem on Ruby 2.7 on Linux
The job was canceled because "ubuntu-20_04_8" failed.
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/6 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/6/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/6/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2017/x64"
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/6 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/6/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/6/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2017/x64"
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/7 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/7/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/7/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2/x64"
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/7 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/7/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/7/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2/x64"
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L308
puppet_agent when PE on Amazon is expected to contain Class[puppet_agent::osfamily::redhat]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::redhat') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1436-753.rp122gijlobebpuychzvuh3j3h.bx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L186
puppet_agent when PE on Amazon when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-pe-master.com/packages/2000.0.0/el-6-x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-pe-master.com/packages/2000.0.0/#{repodir}") }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1436-753.rp122gijlobebpuychzvuh3j3h.bx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L197
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[puppetlabs-pepackages] with ensure => "absent"
Failure/Error: it { is_expected.to contain_yumrepo('puppetlabs-pepackages').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1436-753.rp122gijlobebpuychzvuh3j3h.bx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L199
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[pc_repo] with baseurl => "https://master.example.vm:8140/packages/2000.0.0/el-6-x64", enabled => "true", gpgcheck => "1", gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406", sslcacert => "/etc/puppetlabs/puppet/ssl/certs/ca.pem", sslclientcert => "/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem", sslclientkey => "/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem" and skip_if_unavailable => "absent"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
'baseurl' => "https://master.example.vm:8140/packages/2000.0.0/#{repodir}",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
'sslcacert' => '/etc/puppetlabs/puppet/ssl/certs/ca.pem',
'sslclientcert' => '/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem',
'sslclientkey' => '/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem',
'skip_if_unavailable' => 'absent',
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1436-753.rp122gijlobebpuychzvuh3j3h.bx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L221
puppet_agent when PE on Amazon with manage_repo enabled disable proxy is expected to contain Yumrepo[pc_repo] with proxy => "_none_"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('_none_')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1436-753.rp122gijlobebpuychzvuh3j3h.bx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L234
puppet_agent when PE on Amazon with manage_repo enabled proxy is expected to contain Yumrepo[pc_repo] with proxy => "http://myrepo-proxy.example.com"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('http://myrepo-proxy.example.com')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az1436-753.rp122gijlobebpuychzvuh3j3h.bx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS
The job was canceled because "ubuntu-20_04_8" failed.
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS
The operation was canceled.
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS
The job was canceled because "ubuntu-20_04_8" failed.
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/6 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/6/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/6/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2017/x64"
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/6 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/6/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/6/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2017/x64"
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/7 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/7/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/7/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2/x64"
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/7 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/7/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/7/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2/x64"
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L308
puppet_agent when PE on Amazon is expected to contain Class[puppet_agent::osfamily::redhat]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::redhat') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991522795.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L186
puppet_agent when PE on Amazon when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-pe-master.com/packages/2000.0.0/el-6-x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-pe-master.com/packages/2000.0.0/#{repodir}") }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991522795.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L197
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[puppetlabs-pepackages] with ensure => "absent"
Failure/Error: it { is_expected.to contain_yumrepo('puppetlabs-pepackages').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991522795.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L199
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[pc_repo] with baseurl => "https://master.example.vm:8140/packages/2000.0.0/el-6-x64", enabled => "true", gpgcheck => "1", gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406", sslcacert => "/etc/puppetlabs/puppet/ssl/certs/ca.pem", sslclientcert => "/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem", sslclientkey => "/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem" and skip_if_unavailable => "absent"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
'baseurl' => "https://master.example.vm:8140/packages/2000.0.0/#{repodir}",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
'sslcacert' => '/etc/puppetlabs/puppet/ssl/certs/ca.pem',
'sslclientcert' => '/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem',
'sslclientkey' => '/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem',
'skip_if_unavailable' => 'absent',
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991522795.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L221
puppet_agent when PE on Amazon with manage_repo enabled disable proxy is expected to contain Yumrepo[pc_repo] with proxy => "_none_"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('_none_')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991522795.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L234
puppet_agent when PE on Amazon with manage_repo enabled proxy is expected to contain Yumrepo[pc_repo] with proxy => "http://myrepo-proxy.example.com"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('http://myrepo-proxy.example.com')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991522795.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS
The job was canceled because "ubuntu-20_04_8" failed.
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/6 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/6/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/6/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2017/x64"
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/6 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/6/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/6/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2017/x64"
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/7 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/7/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/7/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2/x64"
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/7 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/7/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/7/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2/x64"
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L308
puppet_agent when PE on Amazon is expected to contain Class[puppet_agent::osfamily::redhat]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::redhat') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991940463.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L186
puppet_agent when PE on Amazon when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-pe-master.com/packages/2000.0.0/el-6-x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-pe-master.com/packages/2000.0.0/#{repodir}") }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991940463.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L197
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[puppetlabs-pepackages] with ensure => "absent"
Failure/Error: it { is_expected.to contain_yumrepo('puppetlabs-pepackages').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991940463.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L199
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[pc_repo] with baseurl => "https://master.example.vm:8140/packages/2000.0.0/el-6-x64", enabled => "true", gpgcheck => "1", gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406", sslcacert => "/etc/puppetlabs/puppet/ssl/certs/ca.pem", sslclientcert => "/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem", sslclientkey => "/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem" and skip_if_unavailable => "absent"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
'baseurl' => "https://master.example.vm:8140/packages/2000.0.0/#{repodir}",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
'sslcacert' => '/etc/puppetlabs/puppet/ssl/certs/ca.pem',
'sslclientcert' => '/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem',
'sslclientkey' => '/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem',
'skip_if_unavailable' => 'absent',
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991940463.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L221
puppet_agent when PE on Amazon with manage_repo enabled disable proxy is expected to contain Yumrepo[pc_repo] with proxy => "_none_"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('_none_')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991940463.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L234
puppet_agent when PE on Amazon with manage_repo enabled proxy is expected to contain Yumrepo[pc_repo] with proxy => "http://myrepo-proxy.example.com"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('http://myrepo-proxy.example.com')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node mac-1702991940463.local
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux
The job was canceled because "ubuntu-20_04_8" failed.
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/6 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/6/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/6/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2017/x64"
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/6 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/6/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/6/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2017/x64"
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L137
puppet_agent with Amazon and el/7 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/el/7/x64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/x64",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/el/7/x64" but it is set to "http://yum.puppet.com/puppet5/amazon/2/x64"
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L158
puppet_agent with Amazon and el/7 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/el/7/x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/x64") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/el/7/x64" but it is set to "http://fake-yum.com/puppet5/amazon/2/x64"
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L308
puppet_agent when PE on Amazon is expected to contain Class[puppet_agent::osfamily::redhat]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::redhat') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az843-754.xt3fk4ptqjtelp51zoncsllgyg.dx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L186
puppet_agent when PE on Amazon when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-pe-master.com/packages/2000.0.0/el-6-x64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-pe-master.com/packages/2000.0.0/#{repodir}") }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az843-754.xt3fk4ptqjtelp51zoncsllgyg.dx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L197
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[puppetlabs-pepackages] with ensure => "absent"
Failure/Error: it { is_expected.to contain_yumrepo('puppetlabs-pepackages').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az843-754.xt3fk4ptqjtelp51zoncsllgyg.dx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L199
puppet_agent when PE on Amazon with manage_repo enabled is expected to contain Yumrepo[pc_repo] with baseurl => "https://master.example.vm:8140/packages/2000.0.0/el-6-x64", enabled => "true", gpgcheck => "1", gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406", sslcacert => "/etc/puppetlabs/puppet/ssl/certs/ca.pem", sslclientcert => "/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem", sslclientkey => "/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem" and skip_if_unavailable => "absent"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
'baseurl' => "https://master.example.vm:8140/packages/2000.0.0/#{repodir}",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
'sslcacert' => '/etc/puppetlabs/puppet/ssl/certs/ca.pem',
'sslclientcert' => '/etc/puppetlabs/puppet/ssl/certs/foo.example.vm.pem',
'sslclientkey' => '/etc/puppetlabs/puppet/ssl/private_keys/foo.example.vm.pem',
'skip_if_unavailable' => 'absent',
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az843-754.xt3fk4ptqjtelp51zoncsllgyg.dx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L221
puppet_agent when PE on Amazon with manage_repo enabled disable proxy is expected to contain Yumrepo[pc_repo] with proxy => "_none_"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('_none_')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az843-754.xt3fk4ptqjtelp51zoncsllgyg.dx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L234
puppet_agent when PE on Amazon with manage_repo enabled proxy is expected to contain Yumrepo[pc_repo] with proxy => "http://myrepo-proxy.example.com"
Failure/Error: is_expected.to contain_yumrepo('pc_repo').with_proxy('http://myrepo-proxy.example.com')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'amz_el_version'. (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/redhat.pp, line: 38, column: 26) on node fv-az843-754.xt3fk4ptqjtelp51zoncsllgyg.dx.internal.cloudapp.net
|