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

yum provider refers to ghost package

Open ggeldenhuis opened this issue 7 years ago • 3 comments
trafficstars

If you set the provider attribute to yum it tries and install a package called rubygem-r10k. However that package does not exist nor can I find any reference for creating the package.

ggeldenhuis avatar Aug 23 '18 17:08 ggeldenhuis

Hi @ggeldenhuis. There are no rpms as far as I know. At least the Arch Linux people are working on packages, but there are no available for RHEL platform. You need to create your own or stick with the gem/puppet_gem provider.

bastelfreak avatar Aug 31 '18 22:08 bastelfreak

@ggeldenhuis This piece of code is almost 6 years old and was introduced with version 1.0.0.

As far as I know, we can remove support for the providers yum and zypper, because this was introduced for RHEL 5, SLES 11 and current releases do not provide the package rubygem-r10k anymore?

@bastelfreak Any idea if we still need to support packages / ports for OpenBSD? I would like to drop everything except the providers bundle, gem and puppet_gem.

According to this comment of @rnelson0 Puppet Entprise does not need to install r10k.

  • https://github.com/voxpupuli/puppet-r10k/pull/296/files#r88033340

dhoppe avatar May 10 '19 12:05 dhoppe

Thanks!

ggeldenhuis avatar May 10 '19 12:05 ggeldenhuis