Hi Steve, > This is because puppet lacks the join() function, the obvious (but absent) > partner to the split() function. [...]
By default yes, it does. But you can mitigate this problem with puppetlabs-stdlib[1] and/or tackle this one: https://github.com/kwilczynski/puppet-functions/blob/master/lib/puppet/parser/functions/join.rb and probably this one might also come in handy: https://github.com/kwilczynski/puppet-functions/blob/master/lib/puppet/parser/functions/prefix.rb 1. https://github.com/puppetlabs/puppetlabs-stdlib KW -- 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.
