Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure glibc-langpack-en is always installed #329

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Feb 15, 2024

Not all systems have this package pre-installed and without it creation of the database will fail.

@evgeni evgeni added the Bug Something isn't working label Feb 15, 2024
@evgeni
Copy link
Member Author

evgeni commented Feb 15, 2024

Current example is Almalinux 9

Not all systems have this package pre-installed and without it creation
of the database will fail.
@@ -7,12 +7,14 @@
include postgresql::client
include postgresql::server
include postgresql::server::contrib
ensure_packages(['glibc-langpack-en'])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've used the non-namespaced notation, as we still allow stdlib 8.

@evgeni evgeni mentioned this pull request Feb 15, 2024
Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should do the same in our other modules where it's needed (Foreman & Candlepin).

@ekohl ekohl merged commit a7368fd into theforeman:master Feb 15, 2024
12 checks passed
@evgeni evgeni deleted the wtf8 branch February 15, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants