Skip to content

Commit

Permalink
Set default en_US.UTF-8 (voxpupuli#671, voxpupuli#689)
Browse files Browse the repository at this point in the history
This sets a (somewhat US-centric) default of en_US.UTF-8 for LC_ALL in
$environment_variables, to work around a warning given via Elixir in
newer version of the RabbitMQ CLI tools.
  • Loading branch information
wyardley committed Apr 5, 2018
1 parent 92ba7c2 commit fe0beb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
$ldap_config_variables = {}
$wipe_db_on_cookie_change = false
$cluster_partition_handling = 'ignore'
$environment_variables = { 'LC_ALL' => 'C' }
$environment_variables = { 'LC_ALL' => 'en_US.UTF-8' }
$config_variables = {}
$config_kernel_variables = {}
$config_management_variables = {}
Expand Down

0 comments on commit fe0beb1

Please sign in to comment.