Skip to content

Commit

Permalink
drop el8 specific from redmine, we're using el9 now
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 6, 2023
1 parent aa4be79 commit 5f7b714
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions puppet/modules/redmine/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
}

# Needed for bundle install
if $facts['os']['release']['major'] == '8' {
package { 'ruby dnf module':
ensure => '2.7',
name => 'ruby',
enable_only => true,
provider => 'dnfmodule',
before => Package['rubygem-bundler.noarch', 'ruby-devel'],
}
}

$packages = [
'git',
'rubygem-bundler.noarch',
Expand Down

0 comments on commit 5f7b714

Please sign in to comment.