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

Invalid metadata.json #112

Closed jbbarth closed 9 years ago

jbbarth commented 9 years ago

I think you have a problematic coma in your metadata.json, that results in:

# librarian-puppet install
Unable to parse json file /etc/puppet/.tmp/librarian/cache/source/git/61c10f4144b6f540/metadata.json: 399: unexpected token at '],
  "dependencies": [
    { "name": "puppetlabs/stdlib", "version_requirement": ">=2.3.0 <5.0.0" },
  ]
}

Thanks for a good module anyway ;) for now I locked it to a specific release in my Puppetfile and it works.

Hope this helps.