-
-
Notifications
You must be signed in to change notification settings - Fork 559
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