Skip to content

Commit

Permalink
use descr not name for the nice name
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 17, 2023
1 parent d4ab2df commit 15079d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$dist_tag = "el${facts['os']['release']['major']}"

yumrepo { 'pulpcore':
name => "Pulpcore ${version}",
descr => "Pulpcore ${version}",
baseurl => pick($baseurl, "https://yum.theforeman.org/pulpcore/${version}/${dist_tag}/\$basearch"),
enabled => '1',
gpgcheck => if $gpgkey == '' { '0' } else { '1' },
Expand Down

0 comments on commit 15079d3

Please sign in to comment.