Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 351 Bytes

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