All Projects → jfryman → puppet-rvm

jfryman / puppet-rvm

Licence: other
Puppet Module to manage RVM installations

Programming Languages

Puppet
460 projects
shell
77523 projects

RVM Module

James Fryman [email protected]

This module manages RVM from within Puppet.

Quick Start

Install and bootstrap an RVM instance

Requirements

Puppet Labs Standard Library

Add a new Ruby instance via RVM and set as default system Ruby

  rvm::define::version { 'ree-1.8.7':
    ensure => 'present',
    system => 'true',
  }

Install a gem to a specific Ruby

  rvm::define::gem { 'puppet':
    ensure       => 'present',
    ruby_version => 'ree-1.8.7',
    gem_version  => '2.7.1',
  }

Add a user to allow RVM execution without Sudo

  rvm::define::user { 'jfryman': }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].