I think you are probably right there that it is part of the general encoding problems. I would add yourself as a watcher on those tickets.
On Tue, Mar 25, 2014 at 6:22 AM, Andy Spiegl <[email protected]> wrote: > 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) > -- Rob Reynolds Developer, Puppet Labs *Join us at PuppetConf 2014, September 23-24 in San Francisco - * http://bit.ly/pupconf14 Register now and save $350! -- 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/CAMJiBK5UPprWFi6UaNRdT%3DM00AjvTyp003JA8DA_H8vZQxgQXA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
