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 #637 from mikedep333/3.11_8834_fips_packages_permi…
Browse files Browse the repository at this point in the history
…t_install

3.11 backport: Problem: pulp_installer refuses to install in
  • Loading branch information
fao89 committed Jun 2, 2021
2 parents 91022fc + d8157c4 commit 43f5cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/8834.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enable installing in FIPS mode whenever installing from RPM packages (pulp_install_source == "packages"), which may be patched for FIPS mode.
2 changes: 1 addition & 1 deletion roles/pulp_common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- name: Check required roles if FIPS detected
assert:
that:
- "'pulp_devel' in role_names"
- ('pulp_devel' in role_names) or (pulp_install_source == 'packages')
fail_msg: >
Pulp cannot run in a FIPS environment because Django (a dependency) is not FIPS
compatible
Expand Down

0 comments on commit 43f5cb2

Please sign in to comment.