Skip to content

Commit

Permalink
Remove space from default cluster name to avoid confusing Chef search
Browse files Browse the repository at this point in the history
  • Loading branch information
b committed Mar 16, 2010
1 parent 57c5996 commit eca37fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra/attributes/cassandra.rb
@@ -1,4 +1,4 @@
set_unless[:cassandra][:cluster_name] = "Test Cluster"
set_unless[:cassandra][:cluster_name] = "TestCluster"
set_unless[:cassandra][:auto_bootstrap] = false
set_unless[:cassandra][:keyspaces] = []
set_unless[:cassandra][:authenticator] = "org.apache.cassandra.auth.AllowAllAuthenticator"
Expand Down

0 comments on commit eca37fb

Please sign in to comment.