Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.
/ puppet-rvm Public archive

Simple puppet module for installing per-user RVM

Notifications You must be signed in to change notification settings

rtyler/puppet-rvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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