Skip to content

postgresql_role broken on RHEL 8.10, Unknown repo: 'powertools' #783

@ProfessionalismIsMyMiddleName

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions