Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Install and manage RVM and Ruby installations in Single-User mode.

Notifications You must be signed in to change notification settings

shaunbugler/puppet-single_user_rvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]

Support

Please log tickets and issues at our Github issues page

About

Install and manage RVM and Ruby installations in Single-User mode.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 96.8%
  • Ruby 3.2%