Module housekeeping #175
Annotations
4 errors
|
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/el/6/x64"
|
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/el/6/x64"
|
|
The logs for this run have expired and are no longer available.
Loading