-
-
Notifications
You must be signed in to change notification settings - Fork 558
Open
Description
π» Brief Description
libraries/sql/_connection.rb tries to install perl-IPC-Run from the powertools repo on every redhat family platform, including, RHEL 8 and 9. Powertools doesn't exist on those platforms, an error is thrown, the recipe fails.
π₯ Cookbook version
12.0.2
π©βπ³ Chef-Infra Version
18.5.0
π© Platform details
RHEL 8.10
Steps To Reproduce
Steps to reproduce the behavior:
try to run this on rhel 8:
postgresql_role "yourrole" do
unencrypted_password "yourpassword"
login true
end
π Expected behavior
perl-IPC-Run is installed from codeready-builder-for-rhel-8 instead
β Additional context
Copilot
Metadata
Metadata
Assignees
Labels
No labels