postgres-formula/postgres/macos/init.sls

11 lines
276 B
Text
Raw Normal View History

2018-03-08 11:41:19 +00:00
{% from "postgres/map.jinja" import postgres with context %}
include:
{% if postgres.use_upstream_repo == 'postgresapp' %}
- postgres.macos.postgresapp
2018-03-08 12:30:25 +00:00
{% elif postgres.use_upstream_repo == 'homebrew' %}
2018-03-08 11:41:19 +00:00
- postgres.server
- postgres.client
{% endif %}
- postgres.dev