postgres-formula/postgres/macos/init.sls

11 lines
298 B
Text
Raw Normal View History

{%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%}
2018-03-08 11:41:19 +00:00
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