Okay, I ended up removing id.rb and timezone.rb COMPLETELY.
Now it works and puppet doesn't complain anymore.

Does that sound like opening a new issue?  I don't think so because it
sounds like the general encoding problem puppet has to deal with soon.
Right?

But if it helps I will open a new issue.  Just lemme know.
Thanks,
 Andy.


On 2014-03-21, 17:57, Andy Spiegl wrote:
> I patched id.rb:
> 
> < Facter.add(:id) do
> <  setcode "whoami"
> < end
> ---
> > Facter.add(:id) do
> >   setcode do
> >     system( "whoami" ).encode("UTF-8")
> >   end
> > end
> 
> Works fine:
>     id: "nt-autorität\x5csystem"
> 
> Unfortunately I STILL get the error when running as service.  I cannot
> find anymore umlauts in the yaml file, however.  What else could be
> breaking it?
> 

-- 
 Good taste is the worst vice ever invented.  (Dame Edith Stwell, British poet)

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/20140325112207.GC6214%40spiegl.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to