bartavelle / language-puppet

A library to work with Puppet manifests, test them and eventually replace everything ruby.
BSD 3-Clause "New" or "Revised" License
51 stars 8 forks source link

Add `validate_cmd` option for concat ressource #265

Closed jfroche closed 5 years ago

jfroche commented 5 years ago

We are missing the validate_cmd which can be provided to the concat resource (see https://github.com/puppetlabs/puppetlabs-concat/blob/master/manifests/init.pp#L71). It is a string, my guess would be to add the option in https://github.com/bartavelle/language-puppet/blob/master/src/Puppet/Language/NativeTypes/Concat.hs#L15

Thank you !

PierreR commented 5 years ago

Fix with 973abd7