-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
Description
It appears as though that the Travis CI file on generated modules doesn't include a step to validate the JSON metadata for Puppet Tasks. There is no rake task available for Puppet Task validation, and utilizing bundle exec metadata-json-lint tasks/*.json
isn't a valid alternative other than as a much-less-than-perfect check to ensure the JSON syntax itself is correct.
It would be beneficial to add a rake task that allows for validation of Puppet Tasks.
(Perhaps it is appropriate for this issue to be filed under the puppetlabs_spec_helper project instead?)