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.com/electrical/puppet-lib-file_concat > > Im pretty sure it will need some work to make it clean and lean but its > a good beginning i think. > > Wonder what you all think of this.
Not meaning to rain on your parade, but there's another native concat module which works pretty well: https://github.com/onyxpoint/pupmod-concat As you say, there are good benefits to this over an exec based implementation, such as --noop support. Unfortunately there were some issues stopping it being merged in core: http://projects.puppetlabs.com/issues/7688 -- Dominic Cleal Red Hat Engineering -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
