Forge Home

rbenv

System wide rbenv

20,397 downloads

5,835 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.3.1 (latest)
  • 1.3.0
  • 1.2.0
  • 1.1.1
  • 1.1.0
  • 1.0.1
  • 1.0.0
released Apr 13th 2018
This version is compatible with:

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'gdsoperations-rbenv', '1.3.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add gdsoperations-rbenv
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install gdsoperations-rbenv --version 1.3.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: ruby, rbenv

Documentation

gdsoperations/rbenv — version 1.3.1 Apr 13th 2018

rbenv

Manage a single system installation of rbenv and Rubies.

This differs from existing puppet-rbenv modules in that it uses system packages for everything. It will never call git clone or rbenv install (normally provided by ruby-build).

This ensures that every install is consistent on every server. This is particularly important for Ruby, which will link to whatever libraries and headers are available on the system which it is compiled.

Examples of these packages can be seen at:

Example usage

Include:

include rbenv

Setup a version of Ruby:

rbenv::version { '1.9.3-p392':
  bundler_version => '1.3.5'
}
rbenv::alias { '1.9.3':
  to_version => '1.9.3-p392',
}

License

See LICENSE file.