Skip to content

Commit

Permalink
CLI Environment Fixes (voxpupuli#876)
Browse files Browse the repository at this point in the history
Fixes issue where the local encoding is not correct by adding the correct 
LC_ALL values to the environment.
  • Loading branch information
bishopbm1 authored Mar 17, 2021
1 parent 38ea40f commit 9f9f8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/rabbitmq_cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def self.append_to_path(dir)

def self.home_tmp_command(name, path)
has_command name, path do
environment HOME: '/tmp'
environment HOME: '/tmp', LC_ALL: 'en_US.UTF-8'
end
end

Expand Down

0 comments on commit 9f9f8da

Please sign in to comment.