evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.
https://supermarket.chef.io/cookbooks/zookeeper
Apache License 2.0
81 stars 119 forks source link

Issues with community site #60

Closed coderanger closed 10 years ago

coderanger commented 10 years ago

Documenting this here for completeness, we were seeing an issue where downloading the cookbook via berkshelf from the community site resulted in a corrupted download. It downloaded the archive file, but when unpacked we just got a single ~/.berkshelf/cookbooks/zookeeper-1.5.0 instead of a directory like it should be. The file contained the text 52 comment=<hex hash string> but I couldn't find any meaning to it. Forcing berkshelf to download from git fixed the issue.

/cc @reset @sethvargo

mwhooker commented 10 years ago

that's very odd. perhaps an issue with berkshelf?

downloading from the community site manually works as expected

http://community.opscode.com/cookbooks/zookeeper/versions/1_5_0/downloads

Thanks for the report. I think it's good for other people to find while searching, but going to close it since I don't think there's anything for us to do.

sethvargo commented 10 years ago

@coderanger can you make an issue over on berkshelf-api and link back here please?