Re: [Puppet-dev] Solaris processorcount fact - what to do

2012-12-18 Thread Alex Harvey
Unfortunately I can't volunteer to document all these facts (I'd struggle to justify that one to my manager and/or wife :) but I've raised a bug with target version set to 2.0 and will submit a patch at some point- https://projects.puppetlabs.com/issues/18215 -- You received this message becaus

[Puppet-dev] Outcomes from weekly planning

2012-12-18 Thread Andy Parker
I'm a little late in sending this one out. I've been head down trying to understand #9862 and the implications of that :) We over-committed last week and weren't able to complete everything so there aren't many new items on the list. I suspect that the same has happened this week since several peo

Re: [Puppet-dev] Catalogs "new" wire format

2012-12-18 Thread Andy Parker
On Tue, Dec 18, 2012 at 2:14 AM, Simon Marechal wrote: > Hello, > > I am putting the finishing touches on my puppetmaster accelerator ( > http://lpuppet.banquise.net, will never be feature complete, but will > have acceptable speed and memory footprint). I am specifically looking at > the inte

Re: [Puppet-dev] file concat library

2012-12-18 Thread R.I.Pienaar
- Original Message - > From: "Richard Pijnenburg" > To: puppet-dev@googlegroups.com > Sent: Tuesday, December 18, 2012 2:52:51 PM > Subject: Re: [Puppet-dev] file concat library > > Hi, > > The 'corruption' we've seen is that at times it doesn't properly pick > up the files to concat f

[Puppet-dev] Catalogs "new" wire format

2012-12-18 Thread Simon Marechal
Hello, I am putting the finishing touches on my puppetmaster accelerator (http://lpuppet.banquise.net, will never be feature complete, but will have acceptable speed and memory footprint). I am specifically looking at the interactions with PuppetDB, and realized a "new" catalog format is d

Re: [Puppet-dev] file concat library

2012-12-18 Thread Richard Pijnenburg
Hi, The 'corruption' we've seen is that at times it doesn't properly pick up the files to concat from. I must admit that this wasn't with your concat module but the one we used at work. ( R.I. Pienaar; eCG should ring a bell i think? ) Op dinsdag 18 december 2012 10:20:22 UTC+1 schreef R.I. Pi

Re: [Puppet-dev] file concat library

2012-12-18 Thread R.I.Pienaar
- Original Message - > From: "Erik Dalén" > To: puppet-dev@googlegroups.com > Sent: Tuesday, December 18, 2012 11:54:33 AM > Subject: Re: [Puppet-dev] file concat library > > One benefit of ripieenar's non native one though is that it creates a > file resource for the destination file,

Re: [Puppet-dev] file concat library

2012-12-18 Thread R.I.Pienaar
- Original Message - > From: "Erik Dalén" > To: puppet-dev@googlegroups.com > Sent: Tuesday, December 18, 2012 11:50:06 AM > Subject: Re: [Puppet-dev] file concat library > > > > On Tuesday 18 December 2012 at 10:20, R.I.Pienaar wrote: > > > > > > > - Original Message - > >

Re: [Puppet-dev] file concat library

2012-12-18 Thread Erik Dalén
One benefit of ripieenar's non native one though is that it creates a file resource for the destination file, so if you try to create another file resource for that file you get a proper duplicate resource declaration error. Is there any way to implement that protection with a native resource li

Re: [Puppet-dev] file concat library

2012-12-18 Thread Erik Dalén
On Tuesday 18 December 2012 at 10:20, R.I.Pienaar wrote: > > > - Original Message - > > From: "Richard Pijnenburg" > (mailto:richard.pijnenb...@gmail.com)> > > To: puppet-dev@googlegroups.com (mailto:puppet-dev@googlegroups.com) > > Sent: Tuesday, December 18, 2012 7:59:53 AM > > Subj

Re: [Puppet-dev] file concat library

2012-12-18 Thread R.I.Pienaar
- Original Message - > From: "Richard Pijnenburg" > To: puppet-dev@googlegroups.com > Sent: Tuesday, December 18, 2012 7:59:53 AM > Subject: Re: [Puppet-dev] file concat library > > The main benefit is that it doesn't work with temp files and an, in > my opinion, ugly exec construct. I

Re: [Puppet-dev] file concat library

2012-12-18 Thread Dominic Cleal
Hi Richard, On 18/12/12 04:00, Richard Pijnenburg wrote: > Hi all, > > I got a native file concat library which i believe could be very useful. > Current implementations of file concat's work with temporary files and > finds and can cause issues. > > the library can be found at > https://github.