puppet-rbenv icon indicating copy to clipboard operation
puppet-rbenv copied to clipboard

rbenv rehash after rbenv::gem ?

Open nicolasblanco opened this issue 11 years ago • 2 comments

Hi,

The readme states that "rbenv rehash is performed each time a new ruby or a new gem is installed.".

I try to make a script which installs ruby then the gem passenger but rbenv rehash is not performed after the installation of the gem... I tried to look at the gem.pp source file and find no indication of a rbenv rehash execution after the gem installation.

Thanks.

nicolasblanco avatar Dec 20 '13 02:12 nicolasblanco

+1 rbenv isn't being rehashed after it installs bundler from rbenv::compile either.

tomgrim avatar Jan 03 '14 14:01 tomgrim

+1 having the same issue of a missing rbenv rehash after bundler is installed. I'm installing rbenv via puppet and attempting to automate bundle installation, so it's proving to be a bit of a challenge to work around.

JadedEvan avatar Sep 28 '15 16:09 JadedEvan