Resource Type: rvm_system_ruby

Defined in:
lib/puppet/type/rvm_system_ruby.rb
Providers:
rvm

Overview

Manage RVM Ruby installations.

Properties

  • default_use (defaults to: false)

    Should this Ruby be the system default for new terminals?

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • autolib_mode

    Set RVM autolib mode for the Ruby installation

  • build_opts (defaults to: '')

    Build flags for RVM (e.g.: [‘–movable’, ‘–with-libyaml-dir=…’, …])

  • mount_from

    If you wish to specify a Ruby archive to mount

  • name (namevar)

    The name of the Ruby to be managed.

  • no_proxy (defaults to: '')

    exclude addresses from proxy use

  • provider

    The specific backend to use for this ‘rvm_system_ruby` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • proxy_url (defaults to: '')

    Proxy to use when downloading ruby installation