Add postgresql roles

This commit is contained in:
Greg Karékinian 2020-05-13 15:35:15 +02:00
parent eb98aa1bac
commit 51b23c2f47
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
name "postgresql_primary"
run_list %w(
kosmos-postgresql::default
)

View File

@ -0,0 +1,5 @@
name "postgresql_replica"
run_list %w(
kosmos-postgresql::replica
)