On Sun, Jun 10, 2012 at 1:04 PM, Nan Liu <[email protected]> wrote: > If you are fully managing the file use RI puppet-concat module instead of > file and file_line. I see it as > > file: fully managed file or erb template. > file_line: partially managed file. > concat: fully managed file requiring per line resource injection.
Yes, the concat module [1] is pretty awesome. I've been working with it in the dhcp module recently and it works really well. [1] http://forge.puppetlabs.com/ripienaar/concat -Jeff -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
