chef/roles/postgresql_primary.rb
2020-05-13 15:35:15 +02:00

6 lines
71 B
Ruby

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