Skip to content

Commit 9f9f8da

Browse files
authored
CLI Environment Fixes (voxpupuli#876)
Fixes issue where the local encoding is not correct by adding the correct LC_ALL values to the environment.
1 parent 38ea40f commit 9f9f8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/provider/rabbitmq_cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def self.append_to_path(dir)
2525

2626
def self.home_tmp_command(name, path)
2727
has_command name, path do
28-
environment HOME: '/tmp'
28+
environment HOME: '/tmp', LC_ALL: 'en_US.UTF-8'
2929
end
3030
end
3131

0 commit comments

Comments
 (0)