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

A puppet module for installing and using RVM (Ruby Version Manager)

Results 37 puppet-rvm issues
Sort by recently updated
recently updated
newest added

I'm using this : ``` include 'rvm' rvm::system_user { vagrant: } rvm_system_ruby { 'ruby-2.0.0': ensure => 'present', default_use => true, } ``` After, I do "gem install bundler" and I...

I'm getting this error: err: /Stage[rvm-install]/Rvm::System/Exec[system-rvm]/returns: change from notrun to 0 failed: bash -c '/usr/bin/curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer -o /tmp/rvm-installer && chmod +x /tmp/rvm-installer && rvm_bin_path=/usr/local/rvm/bin rvm_man_path=/usr/local/rvm/man /tmp/rvm-installer --version 1.20.12 &&...

Brandon, I've made some substantial modifications to puppet-rvm to add both support for using an RPM package as well as selinux support (everything is optional/backwards compatible), which I will make...

The RVM documentation describes that RVM should not be installed as user root for system-wiede multi-user installations: https://rvm.io/support/troubleshooting/#sudo . Instead sudo should be used. Is this a valid case for...

Love the module - would it be possible to add a autolibs setting to the rvm_system_ruby.rb directive, so that we could flag it to use whatever level of setting 0/1/2/3/4...

Thanks for your efforts with this module, its been very helpful so far. I have ran into an issue I wanted to report. When using the following in a node:...

In [Pull Request #39](https://github.com/blt04/puppet-rvm/pull/39) I talked about my puppet setup, which has a problem finding the default provider, even when I use run stages. I've uploaded a Vagrantfile + manifests...