Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on puppetlabs/ruby module #538

Open
adoom42 opened this issue Aug 27, 2020 · 1 comment
Open

Remove dependency on puppetlabs/ruby module #538

adoom42 opened this issue Aug 27, 2020 · 1 comment

Comments

@adoom42
Copy link

adoom42 commented Aug 27, 2020

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.

@igalic
Copy link
Contributor

igalic commented Sep 5, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants