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

[:cassandra][:cluster_name] attribute documentation causes error #355

Closed wanderanimrod closed 7 years ago

wanderanimrod commented 7 years ago

The README states that the cluster_name is configured by setting the node attribute node[:cassandra][:cluster_name]. When I do this, my recipe doesn't converge. The correct way to set the attribute is node[:cassandra][:config][:cluster_name]. Am I missing something obvious or this is a real bug in the documentation?

I can submit a pull request to fix that.

michaelklishin commented 7 years ago

You are right. Please submit a PR that corrects the README?

wanderanimrod commented 7 years ago

on it.

wanderanimrod commented 7 years ago

PR here https://github.com/michaelklishin/cassandra-chef-cookbook/pull/356