Skip to content

Commit

Permalink
install copr-cli on all nodes that do RPM packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ehelms committed Aug 28, 2023
1 parent d3863fb commit 17188f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/slave/manifests/packaging/rpm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# TODO: Fix on EL8 and get rid of this
$is_el8 = $facts['os']['release']['major'] == '8'

package { ['koji', 'rpm-build', 'createrepo']:
package { ['koji', 'rpm-build', 'createrepo', 'copr-cli']:
ensure => installed,
}

Expand Down

0 comments on commit 17188f3

Please sign in to comment.