librato / statsd-cookbook

Chef cookbook to install Statsd
Apache License 2.0
26 stars 36 forks source link

Remove metadata.json from .gitignore #105

Closed cyberflow closed 8 years ago

cyberflow commented 8 years ago

Please remove metadata.json from .gitignore

Thanks.

mheffner commented 8 years ago

Hi @cyberflow, why is this a problem? That's a file generated from metadata.rb?

cyberflow commented 8 years ago

Hi @mheffner, I generate chef repo over Berkshelf and distribute it on chef server over git hook. After generate chef repo git ignoring metadata.json in cookbook directory and get error when i upload it on chef server.

What reason to keep metadata.json in .gitignore file?

mheffner commented 8 years ago

@cyberflow Ok, I've removed it...want to give it a try?