single_user_rvm
Install and manage RVM and Ruby installations in Single-User mode.
Version information
released Sep 24th 2013
Start using this module
Add this module to your Puppetfile:
mod 'eirc-single_user_rvm', '0.3.0'
Learn more about managing modules with a PuppetfileDocumentation
eirc/single_user_rvm — version 0.3.0 Sep 24th 2013
single_user_rvm
Install and manage RVM and Ruby installations in Single-User mode.
Install RVM
single_user_rvm::install { 'username': }
More info in install.pp
Install a couple of Rubies
single_user_rvm::install_ruby { 'ruby-1.9.3-p392': user => 'username' }
single_user_rvm::install_ruby { 'ruby-2.0.0-p247': user => 'username' }
More info in install_ruby.pp
License
Apache License, Version 2.0
Contact
Eric Cohen eirc.eirc@gmail.com
Support
Please log tickets and issues at our Github issues page
Changelog
0.3.0
- Enforce configured RVM version and.
- Added auto-upgrade option.
0.2.0
- Pull #1 Add support for special home directories.
- Pull #1 Check RVM and Ruby installation commands create the actually binaries not just the folders.
- Pull #1 Use a full path for RVM binary when installing a Ruby.
0.1.0
- Happy birthday :)