ARTICLE AD BOX
I am trying to set up a virtual ruby environment on linux. The systems are managed by puppet. I have installed rbenv and ruby-build vis puppet and I can use rbenv install ... from the command line but not from a puppet exec (with the path set):
path => '/home/apps/.rbenv/shims:/home/apps/.rbenv/bin:/usr/bin' command => "rbenv install $ruby_version",When invoked from puppet rbenv does not find the plugin so I get rbenv no such command 'install'
what do I need to do get rbenv so it knows about the plugin?
