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

Webhook-go url is hardcoded

Open marszip opened this issue 2 years ago • 1 comments
trafficstars

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 7.23
  • Ruby: 2.7
  • Distribution: rhel
  • Module version: 11.0.1

How to reproduce (e.g Puppet code you use)

Within our network we are not allowed to access GitHub. So the run times out on retrieving the webhook-go rpm.

What are you seeing

puppet run fails.

What behaviour did you expect instead

We would prefer the installation of the package to be done through our own repository so we can use Red Hat Satellite or be able to place the rpm on our own webserver.

Output log

Any additional information you'd like to impart

marszip avatar Jun 12 '23 19:06 marszip

This is already fixed. Please use install_method 'none'

tuxmea avatar Nov 17 '23 09:11 tuxmea