Hello,
I'm writing a Puppet module that will read data fields from a CSV file via the extlookup fuction (using Puppet 3.6.2) and I have a request to write and CSV file using the first line as the header.
Does extlookup support this? How do I pass that along to extlookup?
I understand extlookup is deprecated in Puppet 4.x and Heira is a better solution but I have to use CSV files.
-Brandon
↧