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?
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 isnode[: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.