Issue #4695 has been updated by Nils Pascal Illenseer.

We have the same problem with the postgresql package on Ubuntu. We get 
SQL_ASCII after installation with Puppet, manually installed it is correct with 
en_US.UTF-8.
----------------------------------------
Bug #4695: Puppet should not reset locale
https://projects.puppetlabs.com/issues/4695#change-83478

Author: Mo Morsi
Status: Re-opened
Priority: High
Assignee: 
Category: exec
Target version: 3.1.0
Affected Puppet version: 3.1.0
Keywords: telly_deprecation locale
Branch: https://github.com/puppetlabs/puppet/pull/1239


Puppet resets various locale related ENV variables to the posix default of 'C' 
immediately before invoked Kernel.exec to launch an executable (occurs when 
running a Single_exec in a recipe)

http://github.com/reductivelabs/puppet/blob/master/lib/puppet/util.rb#L295

The problem is, the python interpreter will attempt to parse these variables to 
determine the default locale, and if it is set to 'C' (or not set at all as it 
will default to 'C'), 'None' will be returned, ignoring the true default locale.

Thus any python script launched via Single_exec from a puppet recipe will not 
be able to get the default locale by invoking locale.getdefaultlocale(). This 
functionality is part of the standard python library and is relied upon by many 
various Python scripts.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to