puppet-r10k icon indicating copy to clipboard operation
puppet-r10k copied to clipboard

Remove dependency on puppetlabs/ruby module

Open adoom42 opened this issue 5 years ago • 1 comments

The module depends on the puppetlabs/ruby module. From metadata.json:

    {
      "name": "puppetlabs/ruby",
      "version_requirement": ">= 0.6.0 < 2.0.0"
    },

It appears that the ruby module has been abandoned: https://github.com/puppetlabs/puppetlabs-ruby

This repository has been archived by the owner. It is now read-only.

Please find another way to handle ruby installs.

adoom42 avatar Aug 27 '20 22:08 adoom42

do we need to?

given that r10k runs within puppet, from the puppet installation itself, do we really need to guarantee a Ruby installation?

perhaps we should, "simply", rip out all the code that deals with Ruby as a dependency / prerequisite, along with this module dependency.

igalic avatar Sep 05 '20 20:09 igalic