Skip to content

Commit

Permalink
Enable Ruby 2.7 module for EL8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Apr 9, 2021
1 parent 616f172 commit bac24b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
repo => 'nightly',
}

if $facts['os']['release']['major'] == '8' {
package { 'ruby:2.7':
ensure => installed,
enable_only => true,
provider => 'dnfmodule',
}
}

# Needed for idempotency when SELinux is enabled
if $foreman::repo::configure_scl_repo {
package { 'rh-redis5-redis':
Expand Down

0 comments on commit bac24b5

Please sign in to comment.