basho-labs / riak-chef-cookbook

Chef cookbook for Riak
https://supermarket.chef.io/cookbooks/riak
94 stars 78 forks source link

Building from Source on Amazon Linux broken #175

Closed cheeseplus closed 9 years ago

cheeseplus commented 9 years ago

Building via source on Amazon is broken. This is due to a broken conditional when checking for rhel platform_family AND >= '6.5' which is evaluating as a string and not a float.

Reported by @mogadanez