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
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.
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
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
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
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
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
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
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