Actions
Bug #1560
closedForeman and windows-1250 encoding (puppet facts)
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Hi,
When using puppet on German windows together with foreman (same machine is puppetmaster) there is an encoding bug.
Windows uses windows-1250 encoding, but foreman needs UTF-8 encoding.
As a result foreman doesn't show any facts about windows puppet clients.
In Germany there is a facter line:
Mitteleuropäische Zeit ....
Foreman does not like the "ä" inside this line.
Changing the "ä" to an "a" solves this problem.
Updated by Jan Ziegler over 12 years ago
I already wrote with Ohad Levy and that's his opinion about it:
"it sounds to me like two different bugs:
1. facter does not verify that it gets the values in UTF8
2. foreman does not check that either.
imho, its best solved in 1, and as a workaround ,we can probably fix
it in 2 as well."
Updated by Markus Frosch almost 10 years ago
- Related to Bug #3628: invalid byte-sequence for encoding utf8 when importing facts added
Updated by Markus Frosch almost 10 years ago
Updated by Dominic Cleal almost 10 years ago
- Status changed from New to Feedback
It'll be in Foreman 1.8.
Actions