This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 6589004 BIGTOP-3422. Fix ambari-server setup failure due to
PostgreSQL initdb error. (#687)
6589004 is described below
commit 65890047c26d96c6e9f29a45427b2b118fb89863
Author: Kengo Seki <[email protected]>
AuthorDate: Fri Oct 30 14:28:15 2020 +0900
BIGTOP-3422. Fix ambari-server setup failure due to PostgreSQL initdb
error. (#687)
---
bigtop_toolchain/bin/puppetize.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop_toolchain/bin/puppetize.sh
b/bigtop_toolchain/bin/puppetize.sh
index c07aa4c..e13fde0 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -58,7 +58,7 @@ case ${ID}-${VERSION_ID} in
centos-8*)
rpm -ivh
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf -y check-update
- dnf -y install hostname diffutils curl sudo unzip wget puppet
'dnf-command(config-manager)'
+ dnf -y install glibc-langpack-en hostname diffutils curl sudo unzip
wget puppet 'dnf-command(config-manager)'
# Install the module in the same way as Fedora 31 and CentOS 7 for
compatibility issues.
puppet module install puppetlabs-stdlib --version 4.12.0
# Enabling the PowerTools and EPEL repositories via Puppet doesn't
seem to work in some cases.