Skip to content

jen4/puppet-rvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-rvm

Localized installation of multiple versions of ruby via RVM.

Tested to work on 64-bit:

  • AWS Linux
  • CentOS 6.x
  • Ubuntu

Parameters

  • user : target user to install ruby into
  • version : must be the full version (format: x.x.x)

Usage

Basic:

This will automatically create /home/fluentd and ruby-1.9.3

class { 'rvm':
  		user    => 'fluentd',
  		version => '1.9.3',
 	}

Dependencies

This module relies on following packages (install it beforehand, either manually or via puppet):

  • git
  • curl
  • make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published