Add Redis replica recipe and role
This commit is contained in:
@@ -7,6 +7,7 @@ default_run_list = %w(
|
||||
production_run_list = %w(
|
||||
kosmos_redis::default
|
||||
kosmos_redis::firewall
|
||||
kosmos_redis::backup
|
||||
)
|
||||
|
||||
env_run_lists(
|
||||
@@ -14,5 +15,3 @@ env_run_lists(
|
||||
'development' => default_run_list,
|
||||
'production' => production_run_list
|
||||
)
|
||||
|
||||
default_attributes({})
|
||||
|
||||
Reference in New Issue
Block a user