puppet-git-hooks
puppet-git-hooks copied to clipboard
Fix puppet lint output format
- Uses the newer style output format for puppet-lint, witch is failing for more recent puppet versions otherwise
- Removes STDERR pipe to
/dev/nullto make errors more transparent.
I can confirm that this change is needed. I just patched it myself in #7 with the exact same changes.