Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
As a pulp_installer user, gpg will be installed
Browse files Browse the repository at this point in the history
for the new signing service functionality (in pulpcore)

fixes: #8406

related to #7700
Add public_key to the SigningService model itself
https://pulp.plan.io/issues/7700

backport of: #8163
https://pulp.plan.io/issues/8163
  • Loading branch information
mikedep333 authored and goosemania committed Mar 16, 2021
1 parent 14d0ac8 commit 4644a6f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/8406.feature
@@ -0,0 +1 @@
Install the Linux distro's `gpg` binary command for the new SigningService functionality in pulpcore.
1 change: 1 addition & 0 deletions roles/pulp_common/vars/CentOS-7.yml
Expand Up @@ -7,6 +7,7 @@ pulp_preq_packages:
- postgresql-devel
- gcc # For psycopg2
- make # For make docs
- gnupg2 # For the signing service via the gpg python module
pulp_python_interpreter: /usr/bin/python3.6
pulp_python_cryptography:
- python-cryptography
1 change: 1 addition & 0 deletions roles/pulp_common/vars/Debian.yml
Expand Up @@ -5,6 +5,7 @@ pulp_preq_packages:
- python3-venv
- libpq-dev
- gcc # For psycopg2
- gpg # For the signing service via the gpg python module

# Pulp requires Python 3.6+.
pulp_python_interpreter: /usr/bin/python3
Expand Down
1 change: 1 addition & 0 deletions roles/pulp_common/vars/Fedora.yml
Expand Up @@ -6,6 +6,7 @@ pulp_preq_packages:
- gcc # For psycopg2
- make # For make docs
- libpq-devel # Renamed/Split version of postgresql-devel
- gnupg2

# Pulp requires Python 3.6+.
pulp_python_interpreter: /usr/bin/python3
Expand Down
1 change: 1 addition & 0 deletions roles/pulp_common/vars/Ubuntu.yml
Expand Up @@ -5,6 +5,7 @@ pulp_preq_packages:
- python3-venv
- libpq-dev
- gcc # For psycopg2
- gpg # For the signing service via the gpg python module

# Pulp requires Python 3.6+.
pulp_python_interpreter: /usr/bin/python3
Expand Down

0 comments on commit 4644a6f

Please sign in to comment.