File: merging.erb

package info (click to toggle)
puppet-module-richardc-datacat 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 208 kB
  • sloc: ruby: 417; sh: 10; makefile: 4
file content (2 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (3)
1
2
data.foo should be a merged array <%= @data['foo'].join(', ') %>
and we can uniq it <%= @data['foo'].uniq.join(', ') %>