Skip to content

Support for RVM Binary install #1

Description

@swygue-zz

RVM supports installing pre-built Ruby binaries, stored on RVM servers with:

rvm install --binary.

It also supports building binaries , so you can build your own Ruby binaries with:

rvm prepare 1.9.3 --install

I would like to maintain my own builds, as it allows IT provide support for the entire organization. puppet-rvm should support install ruby binary, along with support defining where do download the binaries.

  • rvm_remote_server_url - can be defined in $rvm_path/user/db
  • rvm_system_server_path - can be defined in $rvm_path/user/db, autodetected if not defined
  • rvm_ruby_string - is the name specified by user

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions