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

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...

Notice: /Stage[rvm-install]/Rvm::System/Exec[system-rvm]/returns: Downloading https://github.com/wayneeseguin/rvm/archive/1.26.11.tar.gz Notice: /Stage[rvm-install]/Rvm::System/Exec[system-rvm]/returns: Downloading https://github.com/wayneeseguin/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc Notice: /Stage[rvm-install]/Rvm::System/Exec[system-rvm]/returns: gpg: Signature made Mon 30 Mar 2015 09:52:13 PM UTC using RSA key ID BF04FF17 Notice: /Stage[rvm-install]/Rvm::System/Exec[system-rvm]/returns: gpg: Can't check...

It looks like GitHub now redirects URLs at raw.github.com to raw.githubusercontent.com, which causes the download of the installation script to fail.

rvm installer has changed it's location and without this argument, curl won't follow the redirect

Trying to use the stdlib class to use the file_line resource class postgresql::profilechange1{ include stdlib file_line{'Path updation': ensure => present, line => 'PATH=$PATH:/usr/local/pgsql/bin\n', path => '/etc/profile', } } --- Error...

I've this manifest file: ``` Exec { path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"} include rvm ``` and I get this error: ``` vagrant@fullstack:~/.puppet$ sudo puppet apply --verbose /etc/puppet/manifests/site.pp --modulepath=/home/vagrant/.puppet/modules Info: Loading facts in...

I've added support for installing rvm packages via the `Rvm_system_ruby` type, and also added the ability to pass compile time options. I implemented this because I found that the OpenSSL...

As promised, here are the updates for compatibility with RPM installs as well as adding selinux support for Redhat-ish systems. My apologies for the number of commits, I was experimenting...

Fairly simple addition to get the dependencies for Scientific Linux included.