https://github.com/eirc/puppet-single_user_rvm
Install and manage RVM and Ruby installations in Single-User mode.
https://github.com/eirc/puppet-single_user_rvm
Last synced: about 1 year ago
JSON representation
Install and manage RVM and Ruby installations in Single-User mode.
- Host: GitHub
- URL: https://github.com/eirc/puppet-single_user_rvm
- Owner: eirc
- Created: 2013-09-20T22:43:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T08:09:55.000Z (over 9 years ago)
- Last Synced: 2025-03-27T14:51:54.346Z (over 1 year ago)
- Language: Puppet
- Homepage:
- Size: 203 KB
- Stars: 3
- Watchers: 1
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
single_user_rvm
===============
Install and manage [RVM](https://rvm.io/) and Ruby installations in [Single-User](https://rvm.io/rvm/install#explained)
mode.
Install RVM
-----------
single_user_rvm::install { 'username': }
More info in [install.pp](manifests/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](manifests/install_ruby.pp)
License
-------
Apache License, Version 2.0
Contact
-------
Eric Cohen
Support
-------
Please log tickets and issues at our [Github issues page](https://github.com/eirc/puppet-single_user_rvm/issues)