Hi, On 04/07/2011 02:44 PM, Brett Cave wrote: > Hi, > > I am trying to configure a file resource with multiple sources, and > browsing list archives and forums seems to indicate that sourceselect > parameter with an array for the source param. But the final file gets > created using the first matching parameter in the array.
note here http://docs.puppetlabs.com/references/stable/type.html#file that sourceselect "is only used in recursive copies". Single files cannot be merged. After all, how would you define the merge of two files? If you want to concatenate the files, you may want to abuse the template() function for that. But please don't ;-) Regards, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.