puppet-cassandra icon indicating copy to clipboard operation
puppet-cassandra copied to clipboard

adds a second yaml configuration file for cassandra 2.0.x

Open dcosson opened this issue 12 years ago • 2 comments

Solves issue https://github.com/gini/puppet-cassandra/issues/13

dcosson avatar Sep 25 '13 15:09 dcosson

Love this patch. With the latest Oracle JDK, this gets me up and running

class { 'cassandra':
  cluster_name        => 'ditCluster',
  seeds               => [ '10.0.0.17', '10.0.0.18', '10.0.0.21', ],
  package_name        => 'dsc20',
  thread_stack_size   => '256',
}

stagrlee avatar Jan 09 '14 02:01 stagrlee

+1

tbarbugli avatar Mar 04 '14 21:03 tbarbugli