Skip to content
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

Enable gpgcheck for YUM RPM based Distributions #205

Merged
merged 1 commit into from
Nov 22, 2024

Commits on Sep 10, 2024

  1. Switch gpgcheck for YUM to True for RPM based Distributions

    Currently the yum repositories for gitlab runner installations
    are preset with a hardcoded `gpgcheck => 0`.
    
    Introduce new parameters:
    
    * `pacakage_gpgcheck` defaulting to true that sets `gpgcheck => 1` for yum
      based distributions.
    * `package_keysource` defaulting to current location of the gpg key for gitlab package.
    
    By default gpgchecking will now be enabled for RPM/YUM based
    distributions which was not the case before.
    
    See:
    
    * Package signature https://docs.gitlab.com/runner/install/linux-repository.html#rpm-based-distributions
    * Repository signature  https://packages.gitlab.com/app/gitlab/gitlab-ce/gpg
    traylenator committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    abb44c5 View commit details
    Browse the repository at this point in the history