Skip to content

Commit

Permalink
Refs #29069 - Install pulpcore-selinux if needed
Browse files Browse the repository at this point in the history
To work around PUP-2169, the selinux contexts need to be present before
the main Puppet run. Because pulpcore-selinux depends on
python3-pulpcore, the foreman-installer-katello package can't depend on
it.
  • Loading branch information
ekohl authored and ehelms committed Mar 6, 2020
1 parent 540638c commit 532e723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/pre/31_install_scl_packages.rb
Expand Up @@ -3,5 +3,6 @@
packages = []
packages << 'rh-postgresql12-postgresql-server' if local_postgresql?
packages << 'rh-redis5-redis' if local_redis?
packages << 'pulpcore-selinux' if pulpcore_enabled?
ensure_packages(packages, 'installed')
end

0 comments on commit 532e723

Please sign in to comment.