We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f126d28 + bb4b114 commit 1c59877Copy full SHA for 1c59877
tasks/pe_install.sh
@@ -20,6 +20,10 @@ pedir=$(tar -tf "$PT_tarball" | head -n 1 | xargs dirname)
20
21
tar -C "$tgzdir" -xzf "$PT_tarball"
22
23
+export LANG=en_US.UTF-8
24
+export LANGUAGE=en_US.UTF-8
25
+export LC_ALL=en_US.UTF-8
26
+
27
if [ ! -z "$PT_peconf" ]; then
28
/bin/bash "${tgzdir}/${pedir}/puppet-enterprise-installer" -y -c "$PT_peconf"
29
else
0 commit comments