Skip to content

Commit 768a54e

Browse files
evgeniekohl
authored andcommitted
Ensure glibc-langpack-en is always installed on EL
1 parent 968850c commit 768a54e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manifests/database/postgresql.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
include postgresql::client, postgresql::server
99

10+
if $facts['os']['family'] == 'RedHat' {
11+
stdlib::ensure_packages(['glibc-langpack-en'])
12+
Package['glibc-langpack-en'] -> Postgresql::Server::Db[$foreman::db_database]
13+
}
14+
1015
postgresql::server::db { $foreman::db_database:
1116
user => $foreman::db_username,
1217
password => postgresql::postgresql_password($foreman::db_username, $foreman::db_password),

0 commit comments

Comments
 (0)