mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
puppet_utils: Do not force lang for cmd (#8001)
puppet_utils: Add option to set LANG for puppet execution Add option `environment_lang` to force the LANG when executing the puppet agent. The default is the `C` LANG
This commit is contained in:
parent
1bbef58844
commit
1b8e6bc95b
3 changed files with 14 additions and 0 deletions
3
changelogs/fragments/puppet_lang_force.yml
Normal file
3
changelogs/fragments/puppet_lang_force.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- puppet - add option ``environment_lang`` to set the environment language encoding. Defaults to lang ``C``. It is recommended
|
||||
to set it to ``C.UTF-8`` or ``en_US.UTF-8`` depending on what is available on your system. (https://github.com/ansible-collections/community.general/issues/8000)
|
Loading…
Add table
Add a link
Reference in a new issue