chef/roles/postgresql_primary.rb

7 lines
101 B
Ruby

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