chef/roles/postgresql_primary.rb

7 lines
101 B
Ruby

name "postgresql_primary"
run_list %w(
kosmos_postgresql::primary
kosmos_postgresql::firewall
)