Version information
released May 31st 2014
Start using this module
Add this module to your Puppetfile:
mod 'jenbermejo-rvm', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
jenbermejo/rvm — version 0.1.0 May 31st 2014
puppet-rvm
Localized installation of multiple versions of ruby via RVM.
Tested to work on 64-bit:
- AWS Linux
- CentOS 6.x
- Ubuntu
Parameters
user
: target user to install ruby intoversion
: must be the full version (format: x.x.x)
Usage
Basic:
This will automatically create /home/fluentd
and ruby-1.9.3
class { 'rvm': user => 'fluentd', version => '1.9.3', }
Dependencies
This module relies on following packages (install it beforehand, either manually or via puppet):
- git
- curl
- make