chef/roles/postgresql_primary.rb
2021-01-07 12:02:35 +01:00

7 lines
110 B
Ruby

name "postgresql_primary"
run_list %w(
kosmos-postgresql::default
kosmos-postgresql::firewall_replicas
)