michaelklishin / cassandra-chef-cookbook

Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent
Apache License 2.0
163 stars 228 forks source link

Handle data_dir being an array now (Issue 154) #202

Closed bignastybryce closed 9 years ago

bignastybryce commented 9 years ago

This fixes the problem mentioned in the comments for issue #154, where the data_dir attribute (array) is being passed to a directory resource, which is expecting a string. Rake tests pass.

michaelklishin commented 9 years ago

@bignastybryce please submit a PR that updates ChangeLog.md and credit yourself ;)