You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/voxpupuli/puppet-gitlab has the same issue, but because the repository configuration is specified in hiera, it's easy enough to override repo_gpgcheck (see voxpupuli/puppet-gitlab#401 for details). Ideally this module should be refactored to behave in a similar way, but this may require backwards-incompatible changes.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
include gitlab_ci_runner
What are you seeing
What behaviour did you expect instead
The repo metadata signing is broken upstream, but we should be able to disable
repo_gpgcheck
. This is not possible in the current code.puppet-gitlab_ci_runner/manifests/repo.pp
Line 50 in f58780a
The text was updated successfully, but these errors were encountered: