saz / puppet-sudo

Manage sudo with Puppet on Debian-, RedHat- and SUSE-based linux distributions and some BSDs
Other
105 stars 215 forks source link

Trailing commas in metadata.json #110

Closed lvlie closed 9 years ago

lvlie commented 9 years ago

Hi,

First off, thanks for the awesome module :) There is one issue which we came accross, the metadata.json has trailing commas inside the bracketed parts on line 20 and line 23. They should not exist and json parsers (like jq) fail on it. I could write a pull request but such a small issue is probably easier fixed without :)

Thanks!

pbyrne413 commented 9 years ago

There are actually two pull requests already for this issue, so it is just a matter of when that gets merged back in.

lvlie commented 9 years ago

Oops, missed that. Thanks for the heads up.