Issue #22583 has been updated by William Van Hevelingen. Status changed from Unreviewed to Duplicate
This looks like a duplicate of #22563 ---------------------------------------- Bug #22583: invalid byte sequence in US-ASCII https://projects.puppetlabs.com/issues/22583#change-97602 * Author: Claudiu Vasadi * Status: Duplicate * Priority: Normal * Assignee: * Category: language * Target version: * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- Puppetmaster 3.2.4 running on FreeBSD and puppet agent for windows running on windows 7 professional 32bit english edition without problems. However, installing puppet agent for windows on a german edition, gives "invalid byte sequence in US-ASCII" for each and any manifest used. Example manifest: class win7_create_dir { if ($kernel == "windows") { file { 'c:/TEST': ensure => 'directory', } } } Works on the English edition but not on the German one whatever I tried. Google-ing, I came across http://projects.puppetlabs.com/issues/20897 but this did not solve my problem. Ruby is at version ruby-1.9.3.448,1 and OS is 9.2-PRERELEASE r254276 amd64. Pupetmaster works just fine with: Windows 7 Professional 32bit and 64bit english edition FreeBSD 9.1 and 9.2 both amd64 -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
