Puppet Data Type Alias: Cassandra::Rackdc

Defined in:
types/rackdc.pp

Overview

Hash allowing to setup the content of cassandra-rackdc.properties. Note, that the fields dc and rack mandatory to setup rackdc, while dc_suffix and prefer_local can be set optionally.

Alias of

Struct[{
  dc           => String,
  rack         => String,
  dc_suffix    => Optional[String],
  prefer_local => Optional[Boolean],
}]


# File 'types/rackdc.pp', line 4