File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ def mysql_version
21
21
22
22
def export_locales
23
23
LitmusHelper . instance . run_shell ( 'echo export PATH=/opt/puppetlabs/bin:$PATH > ~/.bashrc' )
24
- LitmusHelper . instance . run_shell ( 'echo export LC_ALL=C > /etc/profile.d/my-custom.lang.sh' )
24
+ LitmusHelper . instance . run_shell ( 'echo export LC_ALL=en_US.UTF-8 > /etc/profile.d/my-custom.lang.sh' )
25
25
LitmusHelper . instance . run_shell ( 'echo "## US English ##" >> /etc/profile.d/my-custom.lang.sh' )
26
- LitmusHelper . instance . run_shell ( 'echo export LANG=C >> /etc/profile.d/my-custom.lang.sh' )
27
- LitmusHelper . instance . run_shell ( 'echo export LANGUAGE=C >> /etc/profile.d/my-custom.lang.sh' )
28
- LitmusHelper . instance . run_shell ( 'echo export LC_COLLATE=C >> /etc/profile.d/my-custom.lang.sh' )
29
- LitmusHelper . instance . run_shell ( 'echo export LC_CTYPE=C >> /etc/profile.d/my-custom.lang.sh' )
26
+ LitmusHelper . instance . run_shell ( 'echo export LANG=en_US.UTF-8 >> /etc/profile.d/my-custom.lang.sh' )
27
+ LitmusHelper . instance . run_shell ( 'echo export LANGUAGE=en_US.UTF-8 >> /etc/profile.d/my-custom.lang.sh' )
28
+ LitmusHelper . instance . run_shell ( 'echo export LC_COLLATE=en_US.UTF-8 >> /etc/profile.d/my-custom.lang.sh' )
29
+ LitmusHelper . instance . run_shell ( 'echo export LC_CTYPE=en_US.UTF-8 >> /etc/profile.d/my-custom.lang.sh' )
30
30
LitmusHelper . instance . run_shell ( '. /etc/profile.d/my-custom.lang.sh' )
31
- LitmusHelper . instance . run_shell ( 'echo export LC_ALL=C >> ~/.bashrc' )
31
+ LitmusHelper . instance . run_shell ( 'echo export LC_ALL=en_US.UTF-8 >> ~/.bashrc' )
32
32
LitmusHelper . instance . run_shell ( '. ~/.bashrc' )
33
33
end
34
34
You can’t perform that action at this time.
0 commit comments