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

Fix datastax-agent configuration ownership #176

Closed sethrosenblum closed 9 years ago

sethrosenblum commented 9 years ago

In datastax-agent 5.1.0, the agent begins running as the cassandra user. This changes ownership of address.yaml to the cassandra user to fix #175. This will change the ownership of address.yaml on nodes with datastax-agent < 5.1.0, but the permissions are loose enough that it should still work for the older agent.

michaelklishin commented 9 years ago

We can introduce node.ops_center_agent.user and similar should the need arise.