-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Verify package signatures on RedHat #163
Comments
The gpg key that is specified in the yumrepo resource is incorrect, at least for the ee version. When you use the gitlab omnibus install method, the And at least for me (RHEL7), returns a yum .repo file with 2 gpgkeys:
The first is actually a 302 to |
In the mean time, you should be able to override the resource attributes with a collector like: Yumrepo <| tag == 'gitlab::install' |> {
gpgcheck => 1,
gpgkey => [THE PROPER KEY FOR YOUR EDITION],
} |
Created Pull Request #172 |
Fixed by #172 |
Gitlab has signed RPM packages for Omnibus (not for Runner, though). The gpgcheck option for the yumrepo should be enabled.
The text was updated successfully, but these errors were encountered: