On Fri, May 28, 2010 at 12:40 PM, Michael DeHaan <[email protected]> wrote: >> $template_list = ["template1","template2","template3"] >> content => template($template_list), > > Puppet has a split() function that splits a string into an array, that > should do what you want there. > > template(split($template_list)) > > --Michael >
Sorry, I posted too quickly, you can also specify the delimiter: http://docs.puppetlabs.com/references/latest/function.html -- 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.
