Skip to content

Commit

Permalink
ensure ruby 2.4 and 2.5 as absent, drop 2.6 definition that was absent
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 23, 2024
1 parent ee1c8ef commit 58c420d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions puppet/modules/slave/manifests/rvm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@
}

slave::rvm_config { 'ruby-2.4':
ensure => absent,
version => 'ruby-2.4.3',
}
slave::rvm_config { 'ruby-2.5':
version => 'ruby-2.5.1',
}
slave::rvm_config { 'ruby-2.6':
ensure => absent,
version => 'ruby-2.6.3',
version => 'ruby-2.5.1',
}
slave::rvm_config { 'ruby-2.7':
version => 'ruby-2.7.4',
Expand Down

0 comments on commit 58c420d

Please sign in to comment.