Skip to content

Commit

Permalink
Update manifests/install.pp
Browse files Browse the repository at this point in the history
Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
  • Loading branch information
adamruzicka and ekohl authored Jun 14, 2024
1 parent 72aca2b commit 9623548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class katello_devel::install {
if $facts['os']['release']['major'] == '9' {
if $facts['os']['name'] == 'RedHat' {
rh_repo { "codeready-builder-for-rhel-9-${facts['os']['architecture']}-rpms":
rh_repo { "codeready-builder-for-rhel-${facts['os']['release']['major']}-${facts['os']['architecture']}-rpms":
ensure => present,
before => Package['libvirt-devel'],
}
Expand Down

0 comments on commit 9623548

Please sign in to comment.