On Tue, Jan 19, 2016 at 1:09 AM, Bjoern Meier <bjoern.me...@gmail.com>
wrote:

> Hi,
>
> how can I use - with a puppet 3.8.3 x64 Windows clients - a File Resource
>  with öüä character.
>
> The test on the Master works fine.
> On the Client I get: invalid byte sequence in US-ASCII and he cannot
> ensure present on the file.
>
> Thanks for helping me out.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/8b11d187-5dff-40fe-b37d-91a9d2001cef%40googlegroups.com
> <https://groups.google.com/d/msgid/puppet-users/8b11d187-5dff-40fe-b37d-91a9d2001cef%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

If you are running `puppet agent` on Windows:

* what is the output of ruby -e "puts Encoding.default_external" on the
master and agent?
* what is the agent's code page, e.g. chcp
* can you provide a gist of `puppet agent --test --trace` on Windows,
showing the stacktrace?
* what encoding is the manifest stored in on the master?

If you are running `puppet apply`:

* what is the output of ruby -e "puts Encoding.default_external" on the
agent?
* what is the agent's code page, e.g. chcp
* can you provide a gist of `puppet apply <manifest.pp> --trace` on Windows?
* what encoding is the manifest stored in on the agent?

Josh

-- 
Josh Cooper
Developer, Puppet Labs

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CA%2Bu97umrV1x8FZuMS3SP_pEonLyKEYdY8hN2gr8TzCOqCGPipQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to