Skip to content

Commit

Permalink
Removing ruby 2.3.0 from puppet
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Corbucci committed May 7, 2016
1 parent 9b98a39 commit 15e8446
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions puppet/modules/railsapp/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@

if $rvm_installed == true {
rvm::system_user { $user:; }
rvm_system_ruby { 'ruby-2.3.0':
name => 'ruby-2.3.0',
ensure => 'present',
build_opts => '--disable-binary'
}

rvm_gem { 'bundler23':
name => 'bundler',
ruby_version => 'ruby-2.3.0@global',
ensure => latest,
require => Rvm_system_ruby['ruby-2.3.0'];
}

rvm_system_ruby { 'ruby-2.3.1':
name => 'ruby-2.3.1',
ensure => 'present',
Expand Down

0 comments on commit 15e8446

Please sign in to comment.