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)

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

fixes: #8163
https://pulp.plan.io/issues/8163
  • Loading branch information
mikedep333 committed Jan 26, 2021
1 parent e5c2ce3 commit 822f448
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/8163.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 @@ -10,6 +10,7 @@ pulp_preq_packages:
- make # For make docs, and SELinux policy install
- git # For source install, and SELinux policy install
- sudo
- gnupg2 # For the signing service via the gpg python module

pulp_python_interpreter: /usr/bin/python3.6
pulp_python_cryptography:
Expand Down
1 change: 1 addition & 0 deletions roles/pulp_common/vars/Debian.yml
Expand Up @@ -7,6 +7,7 @@ pulp_preq_packages:
- gcc # For psycopg2
- git # For source install
- sudo
- 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 @@ -9,6 +9,7 @@ pulp_preq_packages:
- libpq-devel # Renamed/Split version of postgresql-devel
- git # For source install, and SELinux policy install
- sudo
- gnupg2 # 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/Ubuntu.yml
Expand Up @@ -7,6 +7,7 @@ pulp_preq_packages:
- gcc # For psycopg2
- git # For source install
- sudo
- 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 822f448

Please sign in to comment.