From f92b238be1ed62591d8422494d2bd67194460adc Mon Sep 17 00:00:00 2001 From: Nick Chappell Date: Fri, 3 Apr 2015 21:38:25 -0700 Subject: [PATCH] Add double quotes around the seed IP values that get passed into the template. --- templates/cassandra1.yaml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cassandra1.yaml.erb b/templates/cassandra1.yaml.erb index 73a2699..2bcbf5c 100644 --- a/templates/cassandra1.yaml.erb +++ b/templates/cassandra1.yaml.erb @@ -227,7 +227,7 @@ seed_provider: parameters: # seeds is actually a comma-delimited list of addresses. # Ex: ",," - - seeds: <%= @seeds.join(',') %> + - seeds: "<%= @seeds.join(',') %>" # emergency pressure valve: each time heap usage after a full (CMS) # garbage collection is above this fraction of the max, Cassandra will