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

Commit

Permalink
Merge pull request #519 from mikedep333/8163_gpg_command
Browse files Browse the repository at this point in the history
As a pulp_installer user, gpg will be installed
  • Loading branch information
mikedep333 authored Jan 27, 2021
2 parents c215db0 + 822f448 commit fa75300
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 fa75300

Please sign in to comment.