I try configure Puppet for manage Windows. My OS is localized, all system users and paths are renamed. If I write some russian text, puppet agent can't work correctly. For example, if I create user:
user { 'Тест2':
comment => 'Test user2 comment',
password => 'pass',
}
I have bad name of user (in attach). This problem appears because Puppet
use UTF, bat Windows cmd.exe use 866-codepage for Russian. I try add *chcp
65001* command to puppet bat-files, but it did not help.
I try write manifest in 866-codepage, but Puppet Agent crash on startup.
My platforms:
Server 3.0.1 on Debian Wheezy.
Agent 3.0.1 on Windows 7 Ultimate, Russian 64-bit.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/Wy8ghUFWP2QJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.
<<attachment: 123.png>>
