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

Please add a proxy parameter for the RHEL repo

Open johnkazmerzak opened this issue 8 years ago • 3 comments

I'd like to have the ability to specify a proxy value for the rhel repo config.

Thanks!

johnkazmerzak avatar Oct 10 '17 19:10 johnkazmerzak

I'll see if this is easy to implement; one other option would be to disable the repos_ensure param, and add the yum repo in your site code.

wyardley avatar Oct 13 '17 23:10 wyardley

Ideally all of the possible values for a yumrepo resource type should be passed down

juniorsysadmin avatar Oct 15 '17 08:10 juniorsysadmin

We should use data-in-modules for that purpose, as we do at our GitLab module:

  • https://github.com/voxpupuli/puppet-gitlab/blob/master/manifests/omnibus_package_repository.pp#L57
  • https://github.com/voxpupuli/puppet-gitlab/blob/master/hiera.yaml
  • https://github.com/voxpupuli/puppet-gitlab/blob/master/data/family/Debian.yaml
  • https://github.com/voxpupuli/puppet-gitlab/blob/master/data/family/RedHat.yaml

Related issues: #756, #779, #780, #781.

dhoppe avatar May 02 '19 09:05 dhoppe