16 lines
235 B
Ruby
16 lines
235 B
Ruby
name "redis_replica"
|
|
|
|
run_list %w(
|
|
kosmos_redis::replica
|
|
kosmos_redis::firewall
|
|
)
|
|
|
|
default_attributes({
|
|
'redisio' => {
|
|
'default_settings' => {
|
|
'slaveservestaledata' => 'yes',
|
|
'slavereadonly' => 'yes'
|
|
}
|
|
}
|
|
})
|