Skip to content

Commit

Permalink
Use the nightly repository by default
Browse files Browse the repository at this point in the history
Latest isn't updated anymore so nightly is safer.
  • Loading branch information
ekohl committed Dec 2, 2019
1 parent 93a2e0a commit c1d55fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
$candlepin_conf_file = '/etc/candlepin/candlepin.conf'

$manage_repo = false
$repo_version = 'latest'
$repo_version = 'nightly'
$repo_yumcode = "el${::operatingsystemmajrelease}"
$repo_gpgcheck = false
$repo_gpgkey = undef
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/candlepin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
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/latest/candlepin/el7/\$basearch/")
.with_baseurl("https://fedorapeople.org/groups/katello/releases/yum/nightly/candlepin/el7/\$basearch/")
.with_gpgkey(nil)
.with_gpgcheck(false)
.with_enabled(true)
Expand Down

0 comments on commit c1d55fa

Please sign in to comment.