Project

General

Profile

« Previous | Next » 

Revision 91c64880

Added by Eric Helms about 3 years ago

Update yumrepo to use yum.theforeman.org

View differences:

spec/classes/repo_spec.rb
it do
is_expected.to contain_yumrepo('candlepin')
.with_descr('Candlepin: an open source entitlement management system.')
.with_baseurl("https://fedorapeople.org/groups/katello/releases/yum/nightly/candlepin/el#{facts[:os]['release']['major']}/\$basearch/")
.with_baseurl("https://yum.theforeman.org/katello/nightly/candlepin/el#{facts[:os]['release']['major']}/\$basearch/")
.with_gpgkey(nil)
.with_gpgcheck(false)
.with_enabled(true)

Also available in: Unified diff