evertrue / zookeeper-cookbook

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

Ensure apt recipe is run at compile time #127

Closed jeffbyrnes closed 9 years ago

jeffbyrnes commented 9 years ago

This runs apt-get update at compile time, avoiding some a race issue with needing to get build-essential set up at compile time.

@jakedavis wanna take a look at this? My testing shows this fixes #103.

jakedavis commented 9 years ago

Word! +1

jeffbyrnes commented 9 years ago

@jakedavis awesome. Please cut a new release at your earliest convenience.