Issue #2990 has been updated by Bill Tong.
I'd like a join too. The use case is that I have an array [ '1.1.1.1', '2.2.2.2', '3.3.3.3' ] and I need to write it to the template on a single line: servers = 1.1.1.1, 2.2.2.2, 3.3.3.3 i.e. not this: server = 1.1.1.1 server = 2.2.2.2 server = 3.3.3.3 ---------------------------------------- Feature #2990: There's a split(), but no combine() https://projects.puppetlabs.com/issues/2990#change-67233 Author: Tim Stoop Status: Needs More Information Priority: Low Assignee: Category: Target version: Affected Puppet version: 0.25.4 Keywords: Branch: The split function is nice, but it would be logical to me if there was also a combine() function, which did about the same, only the other way around. Is that very hard to add? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
