Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-20 Thread Josh Cooper
On Tue, Jan 12, 2016 at 8:13 AM, Tiago Delboni wrote: > UPDATE: > > We were able to build Ruby 2.1.7 on XP and run Puppet successfully with it. > " > However, we observed the same behaviour regarding accented characters in > DisplayName: Puppet 3.8.4, even with Ruby 2.1.7, keeps installing the >

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-12 Thread Tiago Delboni
UPDATE: We were able to build Ruby 2.1.7 on XP and run Puppet successfully with it. However, we observed the same behaviour regarding accented characters in DisplayName: Puppet 3.8.4, even with Ruby 2.1.7, keeps installing the package on every run. :( Em segunda-feira, 11 de janeiro de 2016 14

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-11 Thread Tiago Delboni
I was able to build Ruby 2.1.7 on XP using mingw32, along with the gems listed in %ProgramFiles%\Puppet Labs\Puppet\sys\ruby\lib\ruby\gems\1.9.0\gems However, as I am illiterate on Ruby, I'm not sure I dealt properly with the dependencies. Simply replacing %ProgramFiles%\Puppet Labs\Puppet\sys\r

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-11 Thread Tiago Delboni
Hi Josh, thanks for the enlightenment! Any chances I can easily upgrade 3.8.x 's Ruby to fix this issue without breaking current manifests and behaviour? Em sexta-feira, 8 de janeiro de 2016 15:24:27 UTC-2, Josh Cooper escreveu: > > > > On Fri, Jan 8, 2016 at 8:20 AM, Tiago Delboni > wrote: > >

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-08 Thread Josh Cooper
On Fri, Jan 8, 2016 at 8:20 AM, Tiago Delboni wrote: > With parser=future it doesn't complain about the escape sequence, but > keeps creating the package every run. :( > > Copying the accented character to the manifest does not work (tried many > ways). > > > Em sexta-feira, 8 de janeiro de 2016

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-08 Thread Tiago Delboni
With parser=future it doesn't complain about the escape sequence, but keeps creating the package every run. :( Copying the accented character to the manifest does not work (tried many ways). Em sexta-feira, 8 de janeiro de 2016 13:38:25 UTC-2, Henrik Lindberg escreveu: > > On 2016-08-01 14:23,

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-08 Thread Henrik Lindberg
On 2016-08-01 14:23, Tiago Delboni wrote: Hi! On Windows 7 we have Puppet 4.2.x and, in order to deal with accented characters commonly found in registry key DisplayName, we use unicode escape sequences in our manifests such as "\u00FA". However, on Windows XP, we couldn't install Puppet 4.2.x

[Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-08 Thread Tiago Delboni
Hi! On Windows 7 we have Puppet 4.2.x and, in order to deal with accented characters commonly found in registry key DisplayName, we use unicode escape sequences in our manifests such as "\u00FA". However, on Windows XP, we couldn't install Puppet 4.2.x so we use 3.8.x instead. When running th