Skip to content

Simple puppet module for installing per-user RVM

Notifications You must be signed in to change notification settings

pdeszynski/puppet-rvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Per-user RVM in Puppet

This is a quick-hack module to blindly execute scripts straight from the RVM folks.

Usage:

node default {
  rvm::install {
    # Install per-user RVM for rtyler
    'rtyler' : ;
  }
}

THe rvm::install defined type will automatically require User['rtyler'] in the above example

About

Simple puppet module for installing per-user RVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 100.0%