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.
1 parent 38ea40f commit 9f9f8daCopy full SHA for 9f9f8da
lib/puppet/provider/rabbitmq_cli.rb
@@ -25,7 +25,7 @@ def self.append_to_path(dir)
25
26
def self.home_tmp_command(name, path)
27
has_command name, path do
28
- environment HOME: '/tmp'
+ environment HOME: '/tmp', LC_ALL: 'en_US.UTF-8'
29
end
30
31
0 commit comments