blt04 / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
Other
242 stars 280 forks source link

fix error when gem install bundler #108

Open cloud-hot opened 10 years ago

cloud-hot commented 10 years ago

when i use: rvm_gem { 'bundler': name => 'bundler', ruby_version => 'ree-1.8.7-2012.02', ensure => latest, require => Rvm_system_ruby['ree-1.8.7-2012.02']; }

it will hang on the blow command and will never go on.

debug: Rvm_gembundler: Executing '/usr/local/rvm/bin/rvm ree-1.8.7-2012.02 do gem list --local bundler$' debug: Rvm_gembundler: Executing '/usr/local/rvm/bin/rvm ree-1.8.7-2012.02 do gem list --remote bundler$'