chef/roles/postgresql_primary.rb

9 lines
145 B
Ruby

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