>
> This is definitely a bug in ruby 1.8.7. I can see, using Process 
> Monitor, that ruby is calling CreateFile with a mangled filename. 
>

I think, that bug is in Windows codepage. In Russian console it is cp866. I 
can change codepage to UTF: chcp 65001, but it work in current session of 
cmd.exe only. I see such solutions:
1. Try switch console codepage to UTF before Puppet Agent read non-ANSI 
characters from manifest.
2. Convert UTF to system codepage.
3. Disable check codepage in manifest files and write windows-manifest in 
windows codepage.


> You'll need to use puppet 3, the latest stable release is 3.0.2: 
>
> All my experiments I spend with version 3.0.2, but it use ruby 1.8.

-- 
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/-/fg2fztHmoAcJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to