Re: [Puppet Users] Re: Possibly bug in Puppetlabs/Registry module

2015-08-18 Thread Josh Cooper
Hi Mark, On Wed, Jul 22, 2015 at 1:01 PM, Rob Reynolds wrote: > Given we've discovered a bug in 3.7.5 and have recalled it for an > incorrect version of Ruby[1], it's possible this issue was limited to just > Puppet 3.7.5. Registry could be one thing that would likely have a large > effect given

Re: [Puppet Users] Re: Possibly bug in Puppetlabs/Registry module

2015-07-22 Thread Rob Reynolds
Given we've discovered a bug in 3.7.5 and have recalled it for an incorrect version of Ruby[1], it's possible this issue was limited to just Puppet 3.7.5. Registry could be one thing that would likely have a large effect given the amount of changes we put in to make registry work again on Ruby 2.1.

Re: [Puppet Users] Re: Possibly bug in Puppetlabs/Registry module

2015-05-01 Thread Rob Reynolds
On Fri, May 1, 2015 at 12:59 PM, Mark Wolek wrote: > C:\Users\Administrator>puppet apply --version > 3.7.5 > > C:/ProgramData/PuppetLabs/puppet/etc/modules > └─┬ puppetlabs-registry (v1.1.0) > └── puppetlabs-stdlib (v4.6.0) > > > No puppetmaster server is involved. > > Thanks! > It's possible

Re: [Puppet Users] Re: Possibly bug in Puppetlabs/Registry module

2015-05-01 Thread Mark Wolek
C:\Users\Administrator>puppet apply --version 3.7.5 C:/ProgramData/PuppetLabs/puppet/etc/modules └─┬ puppetlabs-registry (v1.1.0) └── puppetlabs-stdlib (v4.6.0) No puppetmaster server is involved. Thanks! On Tuesday, April 28, 2015 at 12:38:23 PM UTC-5, Rob Reynolds wrote: > > > > On Mon, A

Re: [Puppet Users] Re: Possibly bug in Puppetlabs/Registry module

2015-04-28 Thread Rob Reynolds
On Tue, Apr 28, 2015 at 12:37 PM, Rob Reynolds wrote: > > > On Mon, Apr 27, 2015 at 11:28 AM, Mark Wolek wrote: > >> Thanks John! It appears to open a ticket I do so on the GitHub site by >> logging in, is this correct? >> >> The reason for suspecting the lack of string termination is due to wha

Re: [Puppet Users] Re: Possibly bug in Puppetlabs/Registry module

2015-04-28 Thread Rob Reynolds
On Mon, Apr 27, 2015 at 11:28 AM, Mark Wolek wrote: > Thanks John! It appears to open a ticket I do so on the GitHub site by > logging in, is this correct? > > The reason for suspecting the lack of string termination is due to what we > see in the Registry GUI, which is random characters and word

[Puppet Users] Re: Possibly bug in Puppetlabs/Registry module

2015-04-27 Thread Mark Wolek
Thanks John! It appears to open a ticket I do so on the GitHub site by logging in, is this correct? The reason for suspecting the lack of string termination is due to what we see in the Registry GUI, which is random characters and words after the string, then you hit Refresh on the page, the

[Puppet Users] Re: Possibly bug in Puppetlabs/Registry module

2015-04-27 Thread jcbollinger
On Friday, April 24, 2015 at 1:52:17 PM UTC-5, Mark Wolek wrote: > > We believe this has something to do with puppet inserting strings that are > not null terminated, but I've had no luck at all adding termination to the > string... have tried single and double quoting it. \x0 \00 \000 so man

[Puppet Users] Re: Possibly bug in Puppetlabs/Registry module

2015-04-24 Thread Mark Wolek
We believe this has something to do with puppet inserting strings that are not null terminated, but I've had no luck at all adding termination to the string... have tried single and double quoting it. \x0 \00 \000 so many types of termination tried but nothing seems to do the trick... On Th